| GroupId | GroupIdfr.pinguet62.xjc |
|---|---|
| ArtifactId | ArtifactIdxjc-test |
| Version | Version2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xjc-test-2.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.pinguet62.xjc/xjc-test/ -->
<dependency>
<groupId>fr.pinguet62.xjc</groupId>
<artifactId>xjc-test</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.pinguet62.xjc/xjc-test/
implementation 'fr.pinguet62.xjc:xjc-test:2.0'
// https://jarcasting.com/artifacts/fr.pinguet62.xjc/xjc-test/
implementation ("fr.pinguet62.xjc:xjc-test:2.0")
'fr.pinguet62.xjc:xjc-test:pom:2.0'
<dependency org="fr.pinguet62.xjc" name="xjc-test" rev="2.0">
<artifact name="xjc-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.pinguet62.xjc', module='xjc-test', version='2.0')
)
libraryDependencies += "fr.pinguet62.xjc" % "xjc-test" % "2.0"
[fr.pinguet62.xjc/xjc-test "2.0"]