open-json

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.starburst.openjson
ArtifactId

ArtifactId

openjson
Last Version

Last Version

1.8-e.10
Release Date

Release Date

Type

Type

jar
Description

Description

open-json
A clean-room Apache-licensed implementation of simple JSON processing
Project URL

Project URL

https://github.com/tdunning/open-json

Download openjson

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.8-e.10
1.8-e.9
1.8-e.8