i

immutable-json-ast

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