Download jsonic-1.3.0.jar file - Jar j

Jar examples for j:jsonic

Description

simple json encoder/decoder for java

You can download jar file jsonic 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsonic-1.3.0.jar to your project.

<dependency>
   <groupId>net.arnx</groupId>
   <artifactId>jsonic</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'net.arnx', name: 'jsonic', version: '1.3.0'
libraryDependencies += "net.arnx" % "jsonic" % "1.3.0"
<dependency org="net.arnx" name="jsonic" rev="1.3.0"/>
@Grapes(@Grab(group='net.arnx', module='jsonic', version='1.3.0'))
'net.arnx:jsonic:jar:1.3.0'

Download

Click the following link to download the jar file.

jsonic-1.3.0-javadoc.jar
jsonic-1.3.0-sources.jar
jsonic-1.3.0.jar
jsonic-1.3.0.pom



Related Tutorials