JSON.simple

Fork of the Java Toolkit (JSON.simple) that adopted to Java 15+.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.akarazhev
ArtifactId

ArtifactId

json-simple
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

JSON.simple
Fork of the Java Toolkit (JSON.simple) that adopted to Java 15+.
Project URL

Project URL

https://cliftonlabs.github.io/json-simple/
Source Code Management

Source Code Management

https://github.com/akarazhev/json-simple

Download json-simple

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0