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