f

fastjson-to-easyjson

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