Jar examples for j:json-simple
Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.
You can download jar file json-simple 1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add json-simple-1.1.jar to your project.
<dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1</version> </dependency>
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'
libraryDependencies += "com.googlecode.json-simple" % "json-simple" % "1.1"
<dependency org="com.googlecode.json-simple" name="json-simple" rev="1.1"/>
@Grapes(@Grab(group='com.googlecode.json-simple', module='json-simple', version='1.1'))
'com.googlecode.json-simple:json-simple:jar:1.1'
Click the following link to download the jar file.
json-simple-1.1.jar