is not current version
Last Version 2.0.1

org.glassfish:json 2.0.0

Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.

Categories

Categories

GlassFish Container Application Servers JSON Data
GroupId

GroupId

org.glassfish
ArtifactId

ArtifactId

json
Version

Version

2.0.0
Type

Type

pom

Download json 2.0.0

Filename Size
json-2.0.0.pom 18 KB
Browse

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