не последняя версия
Последняя версия 2.6.7

io.github.portlek:ppom 2.5.2

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

Группа

Группа

io.github.portlek
Идентификатор

Идентификатор

ppom
Версия

Версия

2.5.2
Тип

Тип

pom

Скачать ppom 2.5.2

Имя Файла Размер
ppom-2.5.2.pom 11 KB
Обзор

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