i

immutable-json-ast

Files download
File Operation
immutable-json-ast-5.2.0.jar download
immutable-json-ast-5.2.0.pom download
immutable-json-ast-5.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.hamnaberg.json</groupId>
  <artifactId>immutable-json-ast</artifactId>
  <version>5.2.0</version>
</dependency>
Gradle Groovy
implementation 'net.hamnaberg.json:immutable-json-ast:5.2.0'
Gradle Kotlin
implementation("net.hamnaberg.json:immutable-json-ast:5.2.0")
Scala SBT
libraryDependencies += "net.hamnaberg.json" % "immutable-json-ast" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.hamnaberg.json', module='immutable-json-ast', version='5.2.0')
)
Apache Ivy
<dependency org="net.hamnaberg.json" name="immutable-json-ast" rev="5.2.0" />
Leiningen
[net.hamnaberg.json/immutable-json-ast "5.2.0"]
Apache Buildr
'net.hamnaberg.json:immutable-json-ast:jar:5.2.0'