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