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

Jar examples for j:json-core

Description

Lightweight Json Library

You can download jar file json-core 1.0.0 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.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials