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