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