Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.zerocopy.json |
ArtifactId | ArtifactIdjson |
Version | Version1.0.0-alpha.5 |
Type | Typepom |
Filename | Size |
---|---|
json-1.0.0-alpha.5.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zerocopy.json/json/ -->
<dependency>
<groupId>io.zerocopy.json</groupId>
<artifactId>json</artifactId>
<version>1.0.0-alpha.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zerocopy.json/json/
implementation 'io.zerocopy.json:json:1.0.0-alpha.5'
// https://jarcasting.com/artifacts/io.zerocopy.json/json/
implementation ("io.zerocopy.json:json:1.0.0-alpha.5")
'io.zerocopy.json:json:pom:1.0.0-alpha.5'
<dependency org="io.zerocopy.json" name="json" rev="1.0.0-alpha.5">
<artifact name="json" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zerocopy.json', module='json', version='1.0.0-alpha.5')
)
libraryDependencies += "io.zerocopy.json" % "json" % "1.0.0-alpha.5"
[io.zerocopy.json/json "1.0.0-alpha.5"]