文件下载
文件名 操作
ebinterface-ubl-mapping-4.5.0.jar 下载
ebinterface-ubl-mapping-4.5.0.pom 下载
ebinterface-ubl-mapping-4.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>at.austriapro</groupId>
  <artifactId>ebinterface-ubl-mapping</artifactId>
  <version>4.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'at.austriapro:ebinterface-ubl-mapping:4.5.0'
Gradle Kotlin
implementation("at.austriapro:ebinterface-ubl-mapping:4.5.0")
Scala SBT
libraryDependencies += "at.austriapro" % "ebinterface-ubl-mapping" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='at.austriapro', module='ebinterface-ubl-mapping', version='4.5.0')
)
Apache Ivy
<dependency org="at.austriapro" name="ebinterface-ubl-mapping" rev="4.5.0" />
Leiningen
[at.austriapro/ebinterface-ubl-mapping "4.5.0"]
Apache Buildr
'at.austriapro:ebinterface-ubl-mapping:jar:4.5.0'