Files download
File Operation
json-convert-2.1.1.jar download
json-convert-2.1.1.pom download
json-convert-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shmilyhe</groupId>
  <artifactId>json-convert</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.shmilyhe:json-convert:2.1.1'
Gradle Kotlin
implementation("io.github.shmilyhe:json-convert:2.1.1")
Scala SBT
libraryDependencies += "io.github.shmilyhe" % "json-convert" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shmilyhe', module='json-convert', version='2.1.1')
)
Apache Ivy
<dependency org="io.github.shmilyhe" name="json-convert" rev="2.1.1" />
Leiningen
[io.github.shmilyhe/json-convert "2.1.1"]
Apache Buildr
'io.github.shmilyhe:json-convert:jar:2.1.1'