License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.starburst.openjson |
ArtifactId | ArtifactIdopenjson |
Version | Version1.8-e.8 |
Type | Typejar |
Description |
Descriptionopen-json
A clean-room Apache-licensed implementation of simple JSON processing
|
Project URL |
Project URL |
Filename | Size |
---|---|
openjson-1.8-e.8.pom | |
openjson-1.8-e.8.jar | 37 KB |
openjson-1.8-e.8-tests.jar | 52 KB |
openjson-1.8-e.8-sources.jar | 30 KB |
openjson-1.8-e.8-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.starburst.openjson/openjson/ -->
<dependency>
<groupId>io.starburst.openjson</groupId>
<artifactId>openjson</artifactId>
<version>1.8-e.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.starburst.openjson/openjson/
implementation 'io.starburst.openjson:openjson:1.8-e.8'
// https://jarcasting.com/artifacts/io.starburst.openjson/openjson/
implementation ("io.starburst.openjson:openjson:1.8-e.8")
'io.starburst.openjson:openjson:jar:1.8-e.8'
<dependency org="io.starburst.openjson" name="openjson" rev="1.8-e.8">
<artifact name="openjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.starburst.openjson', module='openjson', version='1.8-e.8')
)
libraryDependencies += "io.starburst.openjson" % "openjson" % "1.8-e.8"
[io.starburst.openjson/openjson "1.8-e.8"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |