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