is not current version
Last Version 13

fr.ird.maven:irdpom 8

A common shared pom for our maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

fr.ird.maven
ArtifactId

ArtifactId

irdpom
Version

Version

8
Type

Type

pom

Download irdpom 8

Filename Size
irdpom-8.pom 37 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.ird.maven/irdpom/ -->
<dependency>
    <groupId>fr.ird.maven</groupId>
    <artifactId>irdpom</artifactId>
    <version>8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.ird.maven/irdpom/
implementation 'fr.ird.maven:irdpom:8'
// https://jarcasting.com/artifacts/fr.ird.maven/irdpom/
implementation ("fr.ird.maven:irdpom:8")
'fr.ird.maven:irdpom:pom:8'
<dependency org="fr.ird.maven" name="irdpom" rev="8">
  <artifact name="irdpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.ird.maven', module='irdpom', version='8')
)
libraryDependencies += "fr.ird.maven" % "irdpom" % "8"
[fr.ird.maven/irdpom "8"]