p

ppom

A parent pom project that allows you to publish your Java projects to sonatype easily.
https://github.com/portlek/ppom
MIT License
Hasan Demirtaş
Files download
File Operation
ppom-2.6.6.pom download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>ppom</artifactId>
  <version>2.6.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:ppom:2.6.6'
Gradle Kotlin
implementation("io.github.portlek:ppom:2.6.6")
Scala SBT
libraryDependencies += "io.github.portlek" % "ppom" % "2.6.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='ppom', version='2.6.6')
)
Apache Ivy
<dependency org="io.github.portlek" name="ppom" rev="2.6.6" />
Leiningen
[io.github.portlek/ppom "2.6.6"]
Apache Buildr
'io.github.portlek:ppom:jar:2.6.6'
Dependencies
The project has no third-party dependencies