License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdde.kuriositaet |
ArtifactId | ArtifactIdjson |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson
simple fast and low resource statemachine based JSON decoding (and encoding)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-0.2.0.pom | |
json-0.2.0.jar | 38 KB |
json-0.2.0-sources.jar | 9 KB |
json-0.2.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.kuriositaet/json/ -->
<dependency>
<groupId>de.kuriositaet</groupId>
<artifactId>json</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.kuriositaet/json/
implementation 'de.kuriositaet:json:0.2.0'
// https://jarcasting.com/artifacts/de.kuriositaet/json/
implementation ("de.kuriositaet:json:0.2.0")
'de.kuriositaet:json:jar:0.2.0'
<dependency org="de.kuriositaet" name="json" rev="0.2.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kuriositaet', module='json', version='0.2.0')
)
libraryDependencies += "de.kuriositaet" % "json" % "0.2.0"
[de.kuriositaet/json "0.2.0"]