| License |
License |
|---|---|
| GroupId | GroupIdorg.noggit |
| ArtifactId | ArtifactIdnoggit |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNoggit
Noggit is the world's fastest streaming JSON parser for Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| noggit-0.8.pom | |
| noggit-0.8.jar | 22 KB |
| noggit-0.8-sources.jar | 15 KB |
| noggit-0.8-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.noggit/noggit/ -->
<dependency>
<groupId>org.noggit</groupId>
<artifactId>noggit</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.noggit/noggit/
implementation 'org.noggit:noggit:0.8'
// https://jarcasting.com/artifacts/org.noggit/noggit/
implementation ("org.noggit:noggit:0.8")
'org.noggit:noggit:jar:0.8'
<dependency org="org.noggit" name="noggit" rev="0.8">
<artifact name="noggit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noggit', module='noggit', version='0.8')
)
libraryDependencies += "org.noggit" % "noggit" % "0.8"
[org.noggit/noggit "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |