i

immutable-json-ast

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