is not current version
Last Version 0.0.3

io.github.digimono:maven-super-pom 0.0.2

Top-level parent super POM for all projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.digimono
ArtifactId

ArtifactId

maven-super-pom
Version

Version

0.0.2
Type

Type

pom

Download maven-super-pom 0.0.2

Filename Size
maven-super-pom-0.0.2.pom 31 KB
Browse

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