Categories |
CategoriesGlassFish Container Application Servers JSON Data |
---|---|
GroupId | GroupIdorg.glassfish |
ArtifactId | ArtifactIdjson |
Version | Version2.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
json-2.0.0-RC1.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish/json/ -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/json/
implementation 'org.glassfish:json:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish/json/
implementation ("org.glassfish:json:2.0.0-RC1")
'org.glassfish:json:pom:2.0.0-RC1'
<dependency org="org.glassfish" name="json" rev="2.0.0-RC1">
<artifact name="json" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='json', version='2.0.0-RC1')
)
libraryDependencies += "org.glassfish" % "json" % "2.0.0-RC1"
[org.glassfish/json "2.0.0-RC1"]