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