j

jsonsmart-to-easyjson

Adapter net.minidev:json-smart:jar to easyjson
文件下载
文件名 操作
jsonsmart-to-easyjson-4.0.0.jar 下载
jsonsmart-to-easyjson-4.0.0.pom 下载
jsonsmart-to-easyjson-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.bes2008.solution.easyjson</groupId>
  <artifactId>jsonsmart-to-easyjson</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.bes2008.solution.easyjson:jsonsmart-to-easyjson:4.0.0'
Gradle Kotlin
implementation("io.github.bes2008.solution.easyjson:jsonsmart-to-easyjson:4.0.0")
Scala SBT
libraryDependencies += "io.github.bes2008.solution.easyjson" % "jsonsmart-to-easyjson" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bes2008.solution.easyjson', module='jsonsmart-to-easyjson', version='4.0.0')
)
Apache Ivy
<dependency org="io.github.bes2008.solution.easyjson" name="jsonsmart-to-easyjson" rev="4.0.0" />
Leiningen
[io.github.bes2008.solution.easyjson/jsonsmart-to-easyjson "4.0.0"]
Apache Buildr
'io.github.bes2008.solution.easyjson:jsonsmart-to-easyjson:jar:4.0.0'