# APIJSONORM [](https://jitpack.io/#Tencent/APIJSON)
è
¾è®¯ [APIJSON](https://github.com/Tencent/APIJSON) ORM åºï¼å¯éè¿ Maven, Gradle çè¿ç¨ä¾èµã
Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dependencies with Maven, Gradle, etc.
### Maven
#### 1. å¨ pom.xml 䏿·»å JitPack ä»åº
#### 1. Add the JitPack repository to pom.xml
```xml
#### 2. å¨ pom.xml 䏿·»å APIJSON ä¾èµ
#### 2. Add the APIJSON dependency to pom.xml
```xml
### Gradle
#### 1. å¨é¡¹ç®æ ¹ç®å½ build.gradle 䏿忷»å JitPack ä»åº
#### 1. Add the JitPack repository in your root build.gradle at the end of repositories
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
#### 2. å¨é¡¹ç®æä¸ª module ç®å½(ä¾å¦ `app`) build.gradle 䏿·»å apijson-orm ä¾èµ
#### 2. Add the APIJSON dependency in one of your modules(such as `app`)
```gradle
dependencies {
implementation 'com.github.Tencent:APIJSON:latest'
}
```