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