c

cuberact-json

Fast JSON parser with highly customizable input, output and builder.
https://github.com/cuberact/cuberact-json
Files download
File Operation
cuberact-json-1.6.0.jar download
cuberact-json-1.6.0.pom download
cuberact-json-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cuberact</groupId>
  <artifactId>cuberact-json</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.cuberact:cuberact-json:1.6.0'
Gradle Kotlin
implementation("org.cuberact:cuberact-json:1.6.0")
Scala SBT
libraryDependencies += "org.cuberact" % "cuberact-json" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cuberact', module='cuberact-json', version='1.6.0')
)
Apache Ivy
<dependency org="org.cuberact" name="cuberact-json" rev="1.6.0" />
Leiningen
[org.cuberact/cuberact-json "1.6.0"]
Apache Buildr
'org.cuberact:cuberact-json:jar:1.6.0'