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