is not current version
Last Version 1.0.12

com.github.openjson:openjson 1.0.9

A clean-room Apache-licensed implementation of simple JSON processing

Categories

Categories

JSON Data
GroupId

GroupId

com.github.openjson
ArtifactId

ArtifactId

openjson
Version

Version

1.0.9
Type

Type

jar

Download openjson 1.0.9


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