Download json-simple-1.1.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 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

json-simple-1.1.jar
json-simple-1.1.pom
json-simple-1.1-sources.jar



Related Tutorials