j

jsonsmart-to-easyjson

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