Download jjson-0.1.4.jar file - Jar j

Jar examples for j:jjson

Description

JJSON is a pure Java lib dealing with JSON. It does not need dependencies and is easy to use.

You can download jar file jjson 0.1.4 in this page.

License

Apache License 2.0

Build File

You can use the following script to add jjson-0.1.4.jar to your project.

<dependency>
   <groupId>de.grobmeier.json</groupId>
   <artifactId>jjson</artifactId>
   <version>0.1.4</version>
</dependency>
compile group: 'de.grobmeier.json', name: 'jjson', version: '0.1.4'
libraryDependencies += "de.grobmeier.json" % "jjson" % "0.1.4"
<dependency org="de.grobmeier.json" name="jjson" rev="0.1.4"/>
@Grapes(@Grab(group='de.grobmeier.json', module='jjson', version='0.1.4'))
'de.grobmeier.json:jjson:jar:0.1.4'

Download

Click the following link to download the jar file.

jjson-0.1.4-javadoc.jar
jjson-0.1.4-sources.jar
jjson-0.1.4.jar
jjson-0.1.4.pom



Related Tutorials