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