p

peppol-commons-parent-pom

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