Files download
File Operation
ebinterface-ubl-mapping-5.0.0.jar download
ebinterface-ubl-mapping-5.0.0.pom download
ebinterface-ubl-mapping-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>at.austriapro</groupId>
  <artifactId>ebinterface-ubl-mapping</artifactId>
  <version>5.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'at.austriapro:ebinterface-ubl-mapping:5.0.0'
Gradle Kotlin
implementation("at.austriapro:ebinterface-ubl-mapping:5.0.0")
Scala SBT
libraryDependencies += "at.austriapro" % "ebinterface-ubl-mapping" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='at.austriapro', module='ebinterface-ubl-mapping', version='5.0.0')
)
Apache Ivy
<dependency org="at.austriapro" name="ebinterface-ubl-mapping" rev="5.0.0" />
Leiningen
[at.austriapro/ebinterface-ubl-mapping "5.0.0"]
Apache Buildr
'at.austriapro:ebinterface-ubl-mapping:jar:5.0.0'