Download common-json-3.3.0.jar file - Jar c

Jar examples for c:common-json

Description

A library for encoding/decoding JSON strings.

You can download jar file common-json 3.3.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add common-json-3.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

common-json-3.3.0.jar
common-json-3.3.0-javadoc.jar
common-json-3.3.0.pom
common-json-3.3.0-sources.jar



Related Tutorials