Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.poulpogaz |
ArtifactId | ArtifactIdjson |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
json-1.0.pom | |
json-1.0.jar | 42 KB |
json-1.0-sources.jar | 34 KB |
json-1.0-javadoc.jar | 604 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.poulpogaz/json/ -->
<dependency>
<groupId>io.github.poulpogaz</groupId>
<artifactId>json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.poulpogaz/json/
implementation 'io.github.poulpogaz:json:1.0'
// https://jarcasting.com/artifacts/io.github.poulpogaz/json/
implementation ("io.github.poulpogaz:json:1.0")
'io.github.poulpogaz:json:jar:1.0'
<dependency org="io.github.poulpogaz" name="json" rev="1.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.poulpogaz', module='json', version='1.0')
)
libraryDependencies += "io.github.poulpogaz" % "json" % "1.0"
[io.github.poulpogaz/json "1.0"]