Jar examples for j:json-simple
Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.
You can download jar file json-simple 2.1.2 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
json-simple-2.1.2-javadoc.jar