Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.hamnaberg.json |
ArtifactId | ArtifactIdimmutable-json |
Version | Version6.2.0 |
Type | Typejar |
Filename | Size |
---|---|
immutable-json-6.2.0.pom | 9 KB |
immutable-json-6.2.0-javadoc.jar | 667 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json/ -->
<dependency>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json/
implementation 'net.hamnaberg.json:immutable-json:6.2.0'
// https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json/
implementation ("net.hamnaberg.json:immutable-json:6.2.0")
'net.hamnaberg.json:immutable-json:jar:6.2.0'
<dependency org="net.hamnaberg.json" name="immutable-json" rev="6.2.0">
<artifact name="immutable-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.json', module='immutable-json', version='6.2.0')
)
libraryDependencies += "net.hamnaberg.json" % "immutable-json" % "6.2.0"
[net.hamnaberg.json/immutable-json "6.2.0"]