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