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

Jar examples for j:json-io

Description

Java JSON serialization

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials