Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.hamnaberg.json |
ArtifactId | ArtifactIdimmutable-json-core |
Version | Version3.5.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>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json-core/
implementation 'net.hamnaberg.json:immutable-json-core:3.5.0'
// https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json-core/
implementation ("net.hamnaberg.json:immutable-json-core:3.5.0")
'net.hamnaberg.json:immutable-json-core:jar:3.5.0'
<dependency org="net.hamnaberg.json" name="immutable-json-core" rev="3.5.0">
<artifact name="immutable-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.json', module='immutable-json-core', version='3.5.0')
)
libraryDependencies += "net.hamnaberg.json" % "immutable-json-core" % "3.5.0"
[net.hamnaberg.json/immutable-json-core "3.5.0"]