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