a

androidjson-to-easyjson

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