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