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