is not current version
Last Version 4.0.1

com.github.cliftonlabs:json-simple 3.0.2

Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.

Categories

Categories

CLI User Interface JSON Data
GroupId

GroupId

com.github.cliftonlabs
ArtifactId

ArtifactId

json-simple
Version

Version

3.0.2
Type

Type

jar

Download json-simple 3.0.2


<!-- https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/ -->
<dependency>
    <groupId>com.github.cliftonlabs</groupId>
    <artifactId>json-simple</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation 'com.github.cliftonlabs:json-simple:3.0.2'
// https://jarcasting.com/artifacts/com.github.cliftonlabs/json-simple/
implementation ("com.github.cliftonlabs:json-simple:3.0.2")
'com.github.cliftonlabs:json-simple:jar:3.0.2'
<dependency org="com.github.cliftonlabs" name="json-simple" rev="3.0.2">
  <artifact name="json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cliftonlabs', module='json-simple', version='3.0.2')
)
libraryDependencies += "com.github.cliftonlabs" % "json-simple" % "3.0.2"
[com.github.cliftonlabs/json-simple "3.0.2"]