文件下载
文件名 操作
peppol-common-1.1.4.jar 下载
peppol-common-1.1.4.pom 下载
peppol-common-1.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>no.difi.vefa</groupId>
  <artifactId>peppol-common</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'no.difi.vefa:peppol-common:1.1.4'
Gradle Kotlin
implementation("no.difi.vefa:peppol-common:1.1.4")
Scala SBT
libraryDependencies += "no.difi.vefa" % "peppol-common" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='no.difi.vefa', module='peppol-common', version='1.1.4')
)
Apache Ivy
<dependency org="no.difi.vefa" name="peppol-common" rev="1.1.4" />
Leiningen
[no.difi.vefa/peppol-common "1.1.4"]
Apache Buildr
'no.difi.vefa:peppol-common:jar:1.1.4'