Download commons.json-1.0.2.jar file - Jar c

Jar examples for c:commons

Description

utility classes for working with JSON documents

You can download jar file commons.json 1.0.2 in this page.

Build File

You can use the following script to add commons.json-1.0.2.jar to your project.

<dependency>
   <groupId>com.elastisys.scale</groupId>
   <artifactId>commons.json</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.elastisys.scale', name: 'commons.json', version: '1.0.2'
libraryDependencies += "com.elastisys.scale" % "commons.json" % "1.0.2"
<dependency org="com.elastisys.scale" name="commons.json" rev="1.0.2"/>
@Grapes(@Grab(group='com.elastisys.scale', module='commons.json', version='1.0.2'))
'com.elastisys.scale:commons.json:jar:1.0.2'

Download

Click the following link to download the jar file.

commons.json-1.0.2-javadoc.jar
commons.json-1.0.2-sources.jar
commons.json-1.0.2.jar
commons.json-1.0.2.pom



Related Tutorials