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