Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.skuzzle.test |
ArtifactId | ArtifactIdsnapshot-tests-normalize |
Version | Version0.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-normalize/ -->
<dependency>
<groupId>de.skuzzle.test</groupId>
<artifactId>snapshot-tests-normalize</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-normalize/
implementation 'de.skuzzle.test:snapshot-tests-normalize:0.0.7'
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-normalize/
implementation ("de.skuzzle.test:snapshot-tests-normalize:0.0.7")
'de.skuzzle.test:snapshot-tests-normalize:jar:0.0.7'
<dependency org="de.skuzzle.test" name="snapshot-tests-normalize" rev="0.0.7">
<artifact name="snapshot-tests-normalize" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.skuzzle.test', module='snapshot-tests-normalize', version='0.0.7')
)
libraryDependencies += "de.skuzzle.test" % "snapshot-tests-normalize" % "0.0.7"
[de.skuzzle.test/snapshot-tests-normalize "0.0.7"]