is not current version
Last Version 2.6.7

io.github.portlek:ppom 2.5.4

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

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

ppom
Version

Version

2.5.4
Type

Type

pom

Download ppom 2.5.4

Filename Size
ppom-2.5.4.pom 11 KB
Browse

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