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