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