is not current version
Last Version 0.0.15

io.github.oliviercailloux:pom 0.0.5

A simple POM with reasonable defaults for use in Maven artifacts under the io.github.oliviercailloux group id.

GroupId

GroupId

io.github.oliviercailloux
ArtifactId

ArtifactId

pom
Version

Version

0.0.5
Type

Type

pom

Download pom 0.0.5

Filename Size
pom-0.0.5.pom 4 KB
Browse

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