is not current version
Last Version 3.7.0

io.github.parentpom:ppom 3.4.155

A parent pom project that allows you to publish your Java projects to sonatype easily.

GroupId

GroupId

io.github.parentpom
ArtifactId

ArtifactId

ppom
Version

Version

3.4.155
Type

Type

pom

Download ppom 3.4.155

Filename Size
ppom-3.4.155.pom 34 KB
Browse

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