Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdjson |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
json-1.1.pom | 996 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/json/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>json</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/json/
implementation 'org.jvnet.jax-ws-commons:json:1.1'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/json/
implementation ("org.jvnet.jax-ws-commons:json:1.1")
'org.jvnet.jax-ws-commons:json:pom:1.1'
<dependency org="org.jvnet.jax-ws-commons" name="json" rev="1.1">
<artifact name="json" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='json', version='1.1')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "json" % "1.1"
[org.jvnet.jax-ws-commons/json "1.1"]