e

easyjson-fastjson

Adapter easyjson to Alibaba fastjson
文件下载
文件名 操作
easyjson-fastjson-3.2.17.jar 下载
easyjson-fastjson-3.2.17.pom 下载
easyjson-fastjson-3.2.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.easyjson</groupId>
  <artifactId>easyjson-fastjson</artifactId>
  <version>3.2.17</version>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.easyjson:easyjson-fastjson:3.2.17'
Gradle Kotlin
implementation("com.github.fangjinuo.easyjson:easyjson-fastjson:3.2.17")
Scala SBT
libraryDependencies += "com.github.fangjinuo.easyjson" % "easyjson-fastjson" % "3.2.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.easyjson', module='easyjson-fastjson', version='3.2.17')
)
Apache Ivy
<dependency org="com.github.fangjinuo.easyjson" name="easyjson-fastjson" rev="3.2.17" />
Leiningen
[com.github.fangjinuo.easyjson/easyjson-fastjson "3.2.17"]
Apache Buildr
'com.github.fangjinuo.easyjson:easyjson-fastjson:jar:3.2.17'