p

ph-ubl-parent-pom

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