Download jsonbeans-0.7.jar file - Jar j

Jar examples for j:jsonbeans

Description

Java object graphs, to and from JSON automatically

You can download jar file jsonbeans 0.7 in this page.

License

New BSD License

Build File

You can use the following script to add jsonbeans-0.7.jar to your project.

<dependency>
   <groupId>com.esotericsoftware</groupId>
   <artifactId>jsonbeans</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'com.esotericsoftware', name: 'jsonbeans', version: '0.7'
libraryDependencies += "com.esotericsoftware" % "jsonbeans" % "0.7"
<dependency org="com.esotericsoftware" name="jsonbeans" rev="0.7"/>
@Grapes(@Grab(group='com.esotericsoftware', module='jsonbeans', version='0.7'))
'com.esotericsoftware:jsonbeans:jar:0.7'

Download

Click the following link to download the jar file.

jsonbeans-0.7-javadoc.jar
jsonbeans-0.7-sources.jar
jsonbeans-0.7.jar
jsonbeans-0.7.pom



Related Tutorials