p

ph-commons-parent-pom

Base POM to build the ph-commons projects
https://github.com/phax/ph-commons
Apache 2
Philip Helger
Philip Helger
Files download
File Operation
ph-commons-parent-pom-9.5.5.pom download
Apache Maven
<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-commons-parent-pom</artifactId>
  <version>9.5.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger:ph-commons-parent-pom:9.5.5'
Gradle Kotlin
implementation("com.helger:ph-commons-parent-pom:9.5.5")
Scala SBT
libraryDependencies += "com.helger" % "ph-commons-parent-pom" % "9.5.5"
Groovy Grape
@Grapes(
  @Grab(group='com.helger', module='ph-commons-parent-pom', version='9.5.5')
)
Apache Ivy
<dependency org="com.helger" name="ph-commons-parent-pom" rev="9.5.5" />
Leiningen
[com.helger/ph-commons-parent-pom "9.5.5"]
Apache Buildr
'com.helger:ph-commons-parent-pom:jar:9.5.5'