| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.jsonex |
| ArtifactId | ArtifactIdSnapshotTest |
| Version | Version0.1.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| SnapshotTest-0.1.13.pom | |
| SnapshotTest-0.1.13.jar | 10 KB |
| SnapshotTest-0.1.13-sources.jar | 4 KB |
| SnapshotTest-0.1.13-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jsonex/SnapshotTest/ -->
<dependency>
<groupId>org.jsonex</groupId>
<artifactId>SnapshotTest</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonex/SnapshotTest/
implementation 'org.jsonex:SnapshotTest:0.1.13'
// https://jarcasting.com/artifacts/org.jsonex/SnapshotTest/
implementation ("org.jsonex:SnapshotTest:0.1.13")
'org.jsonex:SnapshotTest:jar:0.1.13'
<dependency org="org.jsonex" name="SnapshotTest" rev="0.1.13">
<artifact name="SnapshotTest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonex', module='SnapshotTest', version='0.1.13')
)
libraryDependencies += "org.jsonex" % "SnapshotTest" % "0.1.13"
[org.jsonex/SnapshotTest "0.1.13"]