Download json-core-1.0.0-RC3.jar file - Jar j

Jar examples for j:json-core

Description

Lightweight Json Library

You can download jar file json-core 1.0.0-RC3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-core-1.0.0-RC3.jar to your project.

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

Download

Click the following link to download the jar file.

json-core-1.0.0-RC3-javadoc.jar
json-core-1.0.0-RC3-sources.jar
json-core-1.0.0-RC3.jar
json-core-1.0.0-RC3.pom



Related Tutorials