MVN

org.milyn.edi.unedifact : d98b-mapping

Maven & Gradle

Oct 29, 2018
2 usages

Smooks EDI - UN/EDIFACT - D98B - Mapping Model

<dependency>
    <groupId>org.milyn.edi.unedifact</groupId>
    <artifactId>d98b-mapping</artifactId>
    <version>1.7.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.milyn.edi.unedifact : d98b-mapping to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1.0

All Versions

Choose a version of org.milyn.edi.unedifact : d98b-mapping to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
d98b-mapping-1.7.1.0
d98b-mapping-1.7.0
1.6
d98b-mapping-1.6
1.5.x
d98b-mapping-1.5.2
d98b-mapping-1.5.1
1.5
d98b-mapping-1.5
1.4.x
d98b-mapping-1.4.2
d98b-mapping-1.4.1
1.4
d98b-mapping-1.4
1.0
d98b-mapping-1.0

How to add a dependency to Maven

Add the following org.milyn.edi.unedifact : d98b-mapping maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.milyn.edi.unedifact</groupId>
    <artifactId>d98b-mapping</artifactId>
    <version>1.7.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.milyn.edi.unedifact : d98b-mapping gradle dependency to your build.gradle file:

implementation 'org.milyn.edi.unedifact:d98b-mapping:1.7.1.0'

Gradle Kotlin DSL: Add the following org.milyn.edi.unedifact : d98b-mapping gradle kotlin dependency to your build.gradle.kts file:

implementation("org.milyn.edi.unedifact:d98b-mapping:1.7.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.milyn.edi.unedifact : d98b-mapping sbt scala dependency to your build.sbt file:

libraryDependencies += "org.milyn.edi.unedifact" % "d98b-mapping" % "1.7.1.0"

Advertisement