Download jsonj-2.29.jar file - Jar j

Jar examples for j:jsonj

Description

A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.

You can download jar file jsonj 2.29 in this page.

License

MIT license

Build File

You can use the following script to add jsonj-2.29.jar to your project.

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

Download

Click the following link to download the jar file.

jsonj-2.29-javadoc.jar
jsonj-2.29-sources.jar
jsonj-2.29.jar
jsonj-2.29.pom



Related Tutorials