A simple Java toolkit for JSON.
For more details about the proper version to use, check out the following Maven Central link.
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'
Comments
Post a Comment