| GroupId | GroupIdde.skuzzle.test |
|---|---|
| ArtifactId | ArtifactIdsnapshot-tests-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| snapshot-tests-parent-1.2.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-parent/ -->
<dependency>
<groupId>de.skuzzle.test</groupId>
<artifactId>snapshot-tests-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-parent/
implementation 'de.skuzzle.test:snapshot-tests-parent:1.2.0'
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-parent/
implementation ("de.skuzzle.test:snapshot-tests-parent:1.2.0")
'de.skuzzle.test:snapshot-tests-parent:pom:1.2.0'
<dependency org="de.skuzzle.test" name="snapshot-tests-parent" rev="1.2.0">
<artifact name="snapshot-tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.skuzzle.test', module='snapshot-tests-parent', version='1.2.0')
)
libraryDependencies += "de.skuzzle.test" % "snapshot-tests-parent" % "1.2.0"
[de.skuzzle.test/snapshot-tests-parent "1.2.0"]