MVN

at.austriapro : ebinterface-ubl-mapping

Maven & Gradle

Apr 30, 2023
4 usages
4 stars

ebinterface-ubl-mapping

<dependency>
    <groupId>at.austriapro</groupId>
    <artifactId>ebinterface-ubl-mapping</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.austriapro : ebinterface-ubl-mapping to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of at.austriapro : ebinterface-ubl-mapping to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
ebinterface-ubl-mapping-5.1.0
5.0.x
ebinterface-ubl-mapping-5.0.0
4.8.x
ebinterface-ubl-mapping-4.8.3
ebinterface-ubl-mapping-4.8.2
ebinterface-ubl-mapping-4.8.1
ebinterface-ubl-mapping-4.8.0
4.7.x
ebinterface-ubl-mapping-4.7.0
4.6.x
ebinterface-ubl-mapping-4.6.3
ebinterface-ubl-mapping-4.6.2
ebinterface-ubl-mapping-4.6.1
ebinterface-ubl-mapping-4.6.0
4.5.x
ebinterface-ubl-mapping-4.5.8
ebinterface-ubl-mapping-4.5.7
ebinterface-ubl-mapping-4.5.6
ebinterface-ubl-mapping-4.5.5
ebinterface-ubl-mapping-4.5.4
ebinterface-ubl-mapping-4.5.3
ebinterface-ubl-mapping-4.5.2
ebinterface-ubl-mapping-4.5.1
ebinterface-ubl-mapping-4.5.0

How to add a dependency to Maven

Add the following at.austriapro : ebinterface-ubl-mapping maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.austriapro</groupId>
    <artifactId>ebinterface-ubl-mapping</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.austriapro : ebinterface-ubl-mapping gradle dependency to your build.gradle file:

implementation 'at.austriapro:ebinterface-ubl-mapping:5.1.0'

Gradle Kotlin DSL: Add the following at.austriapro : ebinterface-ubl-mapping gradle kotlin dependency to your build.gradle.kts file:

implementation("at.austriapro:ebinterface-ubl-mapping:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.austriapro : ebinterface-ubl-mapping sbt scala dependency to your build.sbt file:

libraryDependencies += "at.austriapro" % "ebinterface-ubl-mapping" % "5.1.0"

Advertisement