Last Version

jjson 0.1.7

JJSON is a pure Java lib dealing with JSON. It does not need dependencies and is easy to use.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

de.grobmeier.json
ArtifactId

ArtifactId

jjson
Version

Version

0.1.7
Type

Type

jar
Description

Description

jjson
JJSON is a pure Java lib dealing with JSON. It does not need dependencies and is easy to use.
Project URL

Project URL

http://code.grobmeier.de/jjson
Project Organization

Project Organization

Christian Grobmeier Software
Source Code Management

Source Code Management

https://github.com/grobmeier/jjson

Download jjson 0.1.7


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.