is not current version
Last Version 13

fr.ird.maven:irdpom 3

A common shared pom for our maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

fr.ird.maven
ArtifactId

ArtifactId

irdpom
Version

Version

3
Type

Type

pom

Download irdpom 3

Filename Size
irdpom-3.pom 37 KB
Browse

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