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