j

jsonsmart-to-easyjson

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