is not current version
Last Version 0.8

org.noggit:noggit 0.7

Noggit is the world's fastest streaming JSON parser for Java.

GroupId

GroupId

org.noggit
ArtifactId

ArtifactId

noggit
Version

Version

0.7
Type

Type

jar

Download noggit 0.7


<!-- https://jarcasting.com/artifacts/org.noggit/noggit/ -->
<dependency>
    <groupId>org.noggit</groupId>
    <artifactId>noggit</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.noggit/noggit/
implementation 'org.noggit:noggit:0.7'
// https://jarcasting.com/artifacts/org.noggit/noggit/
implementation ("org.noggit:noggit:0.7")
'org.noggit:noggit:jar:0.7'
<dependency org="org.noggit" name="noggit" rev="0.7">
  <artifact name="noggit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noggit', module='noggit', version='0.7')
)
libraryDependencies += "org.noggit" % "noggit" % "0.7"
[org.noggit/noggit "0.7"]