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