s

simplejson-to-easyjson

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