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