Download json-io-4.9.12.jar file - Jar j

Jar examples for j:json-io

Description

Java JSON serialization

You can download jar file json-io 4.9.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-io-4.9.12.jar to your project.

<dependency>
   <groupId>com.cedarsoftware</groupId>
   <artifactId>json-io</artifactId>
   <version>4.9.12</version>
</dependency>
compile group: 'com.cedarsoftware', name: 'json-io', version: '4.9.12'
libraryDependencies += "com.cedarsoftware" % "json-io" % "4.9.12"
<dependency org="com.cedarsoftware" name="json-io" rev="4.9.12"/>
@Grapes(@Grab(group='com.cedarsoftware', module='json-io', version='4.9.12'))
'com.cedarsoftware:json-io:jar:4.9.12'

Download

Click the following link to download the jar file.

json-io-4.9.12-javadoc.jar
json-io-4.9.12-sources.jar
json-io-4.9.12.jar
json-io-4.9.12.pom



Related Tutorials