腾讯 APIJSON ORM 库,可通过 Maven, Gradle 等远程依赖。
Tencent APIJSON ORM library for remote dependencies with Maven, Gradle, etc.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>LATEST</version>
</dependency>
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Tencent:APIJSON:latest'
}
https://github.com/Tencent/APIJSON/tree/fastjson2
https://mvnrepository.com/artifact/com.github.linushp/zikai-apijson/1.0