MVN

network.oxalis.vefa : peppol-publisher

Maven & Gradle

Aug 26, 2023
11 stars

VEFA PEPPOL :: Publisher · Tools for metadata publishers.

<dependency>
    <groupId>network.oxalis.vefa</groupId>
    <artifactId>peppol-publisher</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.0
  • Latest Release Candidate: 3.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
3.2.x
peppol-publisher-3.2.0
3.1.x
peppol-publisher-3.1.0
3.0.x
peppol-publisher-3.0.0-RC1
peppol-publisher-3.0.0
2.5.x
peppol-publisher-2.5.0
2.4.x
peppol-publisher-2.4.0
2.3.x
peppol-publisher-2.3.0
2.2.x
peppol-publisher-2.2.0
2.1.x
peppol-publisher-2.1.0
2.0.x
peppol-publisher-2.0.2
peppol-publisher-2.0.1
peppol-publisher-2.0.0
peppol-publisher-2.0.0.RC1
1.2.x
peppol-publisher-1.2.RC4

How to add a dependency to Maven

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

<dependency>
    <groupId>network.oxalis.vefa</groupId>
    <artifactId>peppol-publisher</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'network.oxalis.vefa:peppol-publisher:3.2.0'

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

implementation("network.oxalis.vefa:peppol-publisher:3.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "network.oxalis.vefa" % "peppol-publisher" % "3.2.0"

Advertisement