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