Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.hamnaberg.rest |
ArtifactId | ArtifactIdjson-collection |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
json-collection-1.0.pom | |
json-collection-1.0.jar | 36 KB |
json-collection-1.0-tests.jar | 8 KB |
json-collection-1.0-test-sources.jar | 4 KB |
json-collection-1.0-sources.jar | 25 KB |
json-collection-1.0-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/ -->
<dependency>
<groupId>net.hamnaberg.rest</groupId>
<artifactId>json-collection</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/
implementation 'net.hamnaberg.rest:json-collection:1.0'
// https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/
implementation ("net.hamnaberg.rest:json-collection:1.0")
'net.hamnaberg.rest:json-collection:jar:1.0'
<dependency org="net.hamnaberg.rest" name="json-collection" rev="1.0">
<artifact name="json-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.rest', module='json-collection', version='1.0')
)
libraryDependencies += "net.hamnaberg.rest" % "json-collection" % "1.0"
[net.hamnaberg.rest/json-collection "1.0"]