e

easyjson-fastjson

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