Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdjson |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJSON support extension
|
Filename | Size |
---|---|
json-1.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/json/
implementation 'org.jvnet.jax-ws-commons:json:1.2'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/json/
implementation ("org.jvnet.jax-ws-commons:json:1.2")
'org.jvnet.jax-ws-commons:json:pom:1.2'
<dependency org="org.jvnet.jax-ws-commons" name="json" rev="1.2">
<artifact name="json" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='json', version='1.2')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "json" % "1.2"
[org.jvnet.jax-ws-commons/json "1.2"]