Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.hamnaberg.json |
ArtifactId | ArtifactIdcollection-json-jaxrs |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.hamnaberg.json/collection-json-jaxrs/ -->
<dependency>
<groupId>net.hamnaberg.json</groupId>
<artifactId>collection-json-jaxrs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.json/collection-json-jaxrs/
implementation 'net.hamnaberg.json:collection-json-jaxrs:1.0.0'
// https://jarcasting.com/artifacts/net.hamnaberg.json/collection-json-jaxrs/
implementation ("net.hamnaberg.json:collection-json-jaxrs:1.0.0")
'net.hamnaberg.json:collection-json-jaxrs:jar:1.0.0'
<dependency org="net.hamnaberg.json" name="collection-json-jaxrs" rev="1.0.0">
<artifact name="collection-json-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.json', module='collection-json-jaxrs', version='1.0.0')
)
libraryDependencies += "net.hamnaberg.json" % "collection-json-jaxrs" % "1.0.0"
[net.hamnaberg.json/collection-json-jaxrs "1.0.0"]