GroupId | GroupIdfr.sii.ogham |
---|---|
ArtifactId | ArtifactIdogham-parent |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
ogham-parent-2.0.0.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.sii.ogham/ogham-parent/ -->
<dependency>
<groupId>fr.sii.ogham</groupId>
<artifactId>ogham-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-parent/
implementation 'fr.sii.ogham:ogham-parent:2.0.0'
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-parent/
implementation ("fr.sii.ogham:ogham-parent:2.0.0")
'fr.sii.ogham:ogham-parent:pom:2.0.0'
<dependency org="fr.sii.ogham" name="ogham-parent" rev="2.0.0">
<artifact name="ogham-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.sii.ogham', module='ogham-parent', version='2.0.0')
)
libraryDependencies += "fr.sii.ogham" % "ogham-parent" % "2.0.0"
[fr.sii.ogham/ogham-parent "2.0.0"]