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