| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.github.poulpogaz |
| ArtifactId | ArtifactIdjson |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson
A json reader and writer
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-1.2.2.pom | |
| json-1.2.2.jar | 42 KB |
| json-1.2.2-sources.jar | 34 KB |
| json-1.2.2-javadoc.jar | 604 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.poulpogaz/json/ -->
<dependency>
<groupId>io.github.poulpogaz</groupId>
<artifactId>json</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.poulpogaz/json/
implementation 'io.github.poulpogaz:json:1.2.2'
// https://jarcasting.com/artifacts/io.github.poulpogaz/json/
implementation ("io.github.poulpogaz:json:1.2.2")
'io.github.poulpogaz:json:jar:1.2.2'
<dependency org="io.github.poulpogaz" name="json" rev="1.2.2">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.poulpogaz', module='json', version='1.2.2')
)
libraryDependencies += "io.github.poulpogaz" % "json" % "1.2.2"
[io.github.poulpogaz/json "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |