JSON.simple Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

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>

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

https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar

Check for Latest Release

https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple

Reference

https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple

⚠️ **GitHub.com Fallback** ⚠️