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.3.7.pom download
Apache Maven
<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-commons-parent-pom</artifactId>
  <version>9.3.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger:ph-commons-parent-pom:9.3.7'
Gradle Kotlin
implementation("com.helger:ph-commons-parent-pom:9.3.7")
Scala SBT
libraryDependencies += "com.helger" % "ph-commons-parent-pom" % "9.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.helger', module='ph-commons-parent-pom', version='9.3.7')
)
Apache Ivy
<dependency org="com.helger" name="ph-commons-parent-pom" rev="9.3.7" />
Leiningen
[com.helger/ph-commons-parent-pom "9.3.7"]
Apache Buildr
'com.helger:ph-commons-parent-pom:jar:9.3.7'