License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.cuberact |
ArtifactId | ArtifactIdcuberact-json |
Version | Version1.6.0 |
Type | Typejar |
Description |
Descriptioncuberact-json
Fast JSON parser with highly customizable input, output and builder.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cuberact-json-1.6.0.pom | |
cuberact-json-1.6.0.jar | 37 KB |
cuberact-json-1.6.0-sources.jar | 29 KB |
cuberact-json-1.6.0-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cuberact/cuberact-json/ -->
<dependency>
<groupId>org.cuberact</groupId>
<artifactId>cuberact-json</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cuberact/cuberact-json/
implementation 'org.cuberact:cuberact-json:1.6.0'
// https://jarcasting.com/artifacts/org.cuberact/cuberact-json/
implementation ("org.cuberact:cuberact-json:1.6.0")
'org.cuberact:cuberact-json:jar:1.6.0'
<dependency org="org.cuberact" name="cuberact-json" rev="1.6.0">
<artifact name="cuberact-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cuberact', module='cuberact-json', version='1.6.0')
)
libraryDependencies += "org.cuberact" % "cuberact-json" % "1.6.0"
[org.cuberact/cuberact-json "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |