Download jsog-0.33.jar file - Jar j

Jar examples for j:jsog

Description

JavaScript Object Graph for Java is a library designed to simplify working with JSON objects in Java code.

You can download jar file jsog 0.33 in this page.

License

Unlicensed

Build File

You can use the following script to add jsog-0.33.jar to your project.

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

Download

Click the following link to download the jar file.

jsog-0.33-javadoc.jar
jsog-0.33-sources.jar
jsog-0.33.jar
jsog-0.33.pom



Related Tutorials