is not current version
Last Version 1.3

com.github.akarazhev:json-simple 1.0

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.0
Type

Type

jar

Download json-simple 1.0


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