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