Download json-utils-2.0.1.jar file - Jar j

Jar examples for j:json-utils

Description

Set of utilities around JSON utils

You can download jar file json-utils 2.0.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add json-utils-2.0.1.jar to your project.

<dependency>
   <groupId>org.bitbucket.swattu</groupId>
   <artifactId>json-utils</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'org.bitbucket.swattu', name: 'json-utils', version: '2.0.1'
libraryDependencies += "org.bitbucket.swattu" % "json-utils" % "2.0.1"
<dependency org="org.bitbucket.swattu" name="json-utils" rev="2.0.1"/>
@Grapes(@Grab(group='org.bitbucket.swattu', module='json-utils', version='2.0.1'))
'org.bitbucket.swattu:json-utils:jar:2.0.1'

Download

Click the following link to download the jar file.

json-utils-2.0.1-javadoc.jar
json-utils-2.0.1-sources.jar
json-utils-2.0.1.jar
json-utils-2.0.1.pom



Related Tutorials