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