MVN

com.helger.en16931 : en16931-edifact-xml

Maven & Gradle

Mar 22, 2021
4 usages
3 stars

en16931-edifact-xml · JAXB generated domain objects for the special EDIFACT ISO 20625 XML dialect used in EN 16931

<dependency>
    <groupId>com.helger.en16931</groupId>
    <artifactId>en16931-edifact-xml</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger.en16931 : en16931-edifact-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of com.helger.en16931 : en16931-edifact-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
en16931-edifact-xml-2.0.4
en16931-edifact-xml-2.0.3
en16931-edifact-xml-2.0.2
en16931-edifact-xml-2.0.1
en16931-edifact-xml-2.0.0
en16931-edifact-xml-2.0.0-b2
en16931-edifact-xml-2.0.0-b1
0.1.x
en16931-edifact-xml-0.1.0

How to add a dependency to Maven

Add the following com.helger.en16931 : en16931-edifact-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger.en16931</groupId>
    <artifactId>en16931-edifact-xml</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger.en16931 : en16931-edifact-xml gradle dependency to your build.gradle file:

implementation 'com.helger.en16931:en16931-edifact-xml:2.0.4'

Gradle Kotlin DSL: Add the following com.helger.en16931 : en16931-edifact-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger.en16931:en16931-edifact-xml:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger.en16931 : en16931-edifact-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger.en16931" % "en16931-edifact-xml" % "2.0.4"

Advertisement