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