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