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