We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40de470 + a009c85 commit e0a222dCopy full SHA for e0a222d
1 file changed
APIJSONORM/README.md
@@ -21,7 +21,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
21
<dependency>
22
<groupId>com.github.Tencent</groupId>
23
<artifactId>APIJSON</artifactId>
24
- <version>LATEST</version>
+ <version>8.1.8</version>
25
</dependency>
26
```
27
@@ -45,7 +45,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
45
#### 2. Add the APIJSON dependency in one of your modules(such as `app`)
46
```gradle
47
dependencies {
48
- implementation 'com.github.Tencent:APIJSON:latest'
+ implementation 'com.github.Tencent:APIJSON:8.1.8'
49
}
50
51
0 commit comments