is not current version
Last Version 1.3

com.github.akarazhev:json-simple 1.1

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.akarazhev
ArtifactId

ArtifactId

json-simple
Version

Version

1.1
Type

Type

jar

Download json-simple 1.1


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