Files download
File Operation
peppol-commons-8.8.6.jar download
peppol-commons-8.8.6.pom download
peppol-commons-8.8.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.peppol</groupId>
  <artifactId>peppol-commons</artifactId>
  <version>8.8.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.peppol:peppol-commons:8.8.6'
Gradle Kotlin
implementation("com.helger.peppol:peppol-commons:8.8.6")
Scala SBT
libraryDependencies += "com.helger.peppol" % "peppol-commons" % "8.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.peppol', module='peppol-commons', version='8.8.6')
)
Apache Ivy
<dependency org="com.helger.peppol" name="peppol-commons" rev="8.8.6" />
Leiningen
[com.helger.peppol/peppol-commons "8.8.6"]
Apache Buildr
'com.helger.peppol:peppol-commons:jar:8.8.6'