MVN

network.oxalis.peppol : peppol-ubl21

Maven & Gradle

Aug 26, 2023
3 stars

Peppol adopted specifications :: Universal Business Language (UBL) 2.1 · Universal Business Language (UBL) 2.1 artifact for Peppol

<dependency>
    <groupId>network.oxalis.peppol</groupId>
    <artifactId>peppol-ubl21</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of network.oxalis.peppol : peppol-ubl21 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of network.oxalis.peppol : peppol-ubl21 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
peppol-ubl21-2.2.0
2.1.x
peppol-ubl21-2.1.0
2.0.x
peppol-ubl21-2.0.0
1.1.x
peppol-ubl21-1.1.0
1.0.x
peppol-ubl21-1.0.0
peppol-ubl21-1.0.0-RC1

How to add a dependency to Maven

Add the following network.oxalis.peppol : peppol-ubl21 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>network.oxalis.peppol</groupId>
    <artifactId>peppol-ubl21</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following network.oxalis.peppol : peppol-ubl21 gradle dependency to your build.gradle file:

implementation 'network.oxalis.peppol:peppol-ubl21:2.2.0'

Gradle Kotlin DSL: Add the following network.oxalis.peppol : peppol-ubl21 gradle kotlin dependency to your build.gradle.kts file:

implementation("network.oxalis.peppol:peppol-ubl21:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following network.oxalis.peppol : peppol-ubl21 sbt scala dependency to your build.sbt file:

libraryDependencies += "network.oxalis.peppol" % "peppol-ubl21" % "2.2.0"