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