p

ppom

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