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