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