json-simple maven dependency

A simple Java toolkit for JSON.

JSON.simple Maven Dependency

Copy below JSON.simple maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
    <groupId>com.googlecode.json-simple</groupId>
    <artifactId>json-simple</artifactId>
    <version>1.1.1</version>
</dependency>
For more details about the proper version to use, check out the following Maven Central link.

JSON.simple Gradle Dependency

Copy below JSON.simple Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'

Download JAR File

Check for Latest Release

Reference




Comments