n

noggit

Fast streaming JSON parser for Java
http://noggit.org
The Apache Software License, Version 2.0
Yonik Seeley
Files download
File Operation
noggit-0.5.jar download
noggit-0.5.pom download
noggit-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.noggit</groupId>
  <artifactId>noggit</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'org.noggit:noggit:0.5'
Gradle Kotlin
implementation("org.noggit:noggit:0.5")
Scala SBT
libraryDependencies += "org.noggit" % "noggit" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.noggit', module='noggit', version='0.5')
)
Apache Ivy
<dependency org="org.noggit" name="noggit" rev="0.5" />
Leiningen
[org.noggit/noggit "0.5"]
Apache Buildr
'org.noggit:noggit:jar:0.5'
Dependencies