License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdfr.bigray |
ArtifactId | ArtifactIdjson-easy |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionJson Easy
Lightweight and simple json api write in pure java without any dependencies.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-easy-1.1.1.pom | |
json-easy-1.1.1.jar | 15 KB |
json-easy-1.1.1-sources.jar | 6 KB |
json-easy-1.1.1-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.bigray/json-easy/ -->
<dependency>
<groupId>fr.bigray</groupId>
<artifactId>json-easy</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.bigray/json-easy/
implementation 'fr.bigray:json-easy:1.1.1'
// https://jarcasting.com/artifacts/fr.bigray/json-easy/
implementation ("fr.bigray:json-easy:1.1.1")
'fr.bigray:json-easy:jar:1.1.1'
<dependency org="fr.bigray" name="json-easy" rev="1.1.1">
<artifact name="json-easy" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.bigray', module='json-easy', version='1.1.1')
)
libraryDependencies += "fr.bigray" % "json-easy" % "1.1.1"
[fr.bigray/json-easy "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |