Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.hamnaberg.rest |
ArtifactId | ArtifactIdjson-collection |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
json-collection-2.5.pom | |
json-collection-2.5.jar | 93 KB |
json-collection-2.5-sources.jar | 37 KB |
json-collection-2.5-javadoc.jar | 290 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/ -->
<dependency>
<groupId>net.hamnaberg.rest</groupId>
<artifactId>json-collection</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/
implementation 'net.hamnaberg.rest:json-collection:2.5'
// https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/
implementation ("net.hamnaberg.rest:json-collection:2.5")
'net.hamnaberg.rest:json-collection:jar:2.5'
<dependency org="net.hamnaberg.rest" name="json-collection" rev="2.5">
<artifact name="json-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.rest', module='json-collection', version='2.5')
)
libraryDependencies += "net.hamnaberg.rest" % "json-collection" % "2.5"
[net.hamnaberg.rest/json-collection "2.5"]