Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.diversionmc |
ArtifactId | ArtifactIdjson |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
json-1.0.1.pom | |
json-1.0.1.jar | 16 KB |
json-1.0.1-sources.jar | 5 KB |
json-1.0.1-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.diversionmc/json/ -->
<dependency>
<groupId>net.diversionmc</groupId>
<artifactId>json</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.diversionmc/json/
implementation 'net.diversionmc:json:1.0.1'
// https://jarcasting.com/artifacts/net.diversionmc/json/
implementation ("net.diversionmc:json:1.0.1")
'net.diversionmc:json:jar:1.0.1'
<dependency org="net.diversionmc" name="json" rev="1.0.1">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.diversionmc', module='json', version='1.0.1')
)
libraryDependencies += "net.diversionmc" % "json" % "1.0.1"
[net.diversionmc/json "1.0.1"]