p

ppom

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