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