is not current version
Last Version 0.8

org.noggit:noggit 0.5

Fast streaming JSON parser for Java

GroupId

GroupId

org.noggit
ArtifactId

ArtifactId

noggit
Version

Version

0.5
Type

Type

jar

Download noggit 0.5


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