p

peppol-commons-parent-pom

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