| License |
License |
|---|---|
| Categories |
CategoriesNet JSON Data |
| GroupId | GroupIdnet.hamnaberg.json |
| ArtifactId | ArtifactIdjson-javax |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionImmutable JSON :: javax.json
Immutable JSON
|
| Filename | Size |
|---|---|
| json-javax-1.0.pom | |
| json-javax-1.0.jar | 9 KB |
| json-javax-1.0-sources.jar | 3 KB |
| json-javax-1.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.hamnaberg.json/json-javax/ -->
<dependency>
<groupId>net.hamnaberg.json</groupId>
<artifactId>json-javax</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.json/json-javax/
implementation 'net.hamnaberg.json:json-javax:1.0'
// https://jarcasting.com/artifacts/net.hamnaberg.json/json-javax/
implementation ("net.hamnaberg.json:json-javax:1.0")
'net.hamnaberg.json:json-javax:jar:1.0'
<dependency org="net.hamnaberg.json" name="json-javax" rev="1.0">
<artifact name="json-javax" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.json', module='json-javax', version='1.0')
)
libraryDependencies += "net.hamnaberg.json" % "json-javax" % "1.0"
[net.hamnaberg.json/json-javax "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.hamnaberg.json : json-core | jar | 1.0 |
| org.glassfish : javax.json | jar | 1.0.4 |
| javax.json : javax.json-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.hamnaberg.json : json-core | jar | 1.0 |
| net.hamnaberg.json : json-pointer | jar | 1.0 |
| junit : junit | jar | 4.11 |