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