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