e

easyjson-fastjson

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