Download json-simple-2.1.2.jar file - Jar j

Jar examples for j:json-simple

Description

Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.

You can download jar file json-simple 2.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-simple-2.1.2.jar to your project.

<dependency>
   <groupId>com.github.cliftonlabs</groupId>
   <artifactId>json-simple</artifactId>
   <version>2.1.2</version>
</dependency>
compile group: 'com.github.cliftonlabs', name: 'json-simple', version: '2.1.2'
libraryDependencies += "com.github.cliftonlabs" % "json-simple" % "2.1.2"
<dependency org="com.github.cliftonlabs" name="json-simple" rev="2.1.2"/>
@Grapes(@Grab(group='com.github.cliftonlabs', module='json-simple', version='2.1.2'))
'com.github.cliftonlabs:json-simple:jar:2.1.2'

Download

Click the following link to download the jar file.

json-simple-2.1.2-javadoc.jar
json-simple-2.1.2-sources.jar
json-simple-2.1.2.jar
json-simple-2.1.2.pom



Related Tutorials