MVN

org.milyn.edi.unedifact : d99a-mapping

Maven & Gradle

Oct 29, 2018
3 usages

Smooks EDI - UN/EDIFACT - D99A - Mapping Model

<dependency>
    <groupId>org.milyn.edi.unedifact</groupId>
    <artifactId>d99a-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 : d99a-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 : d99a-mapping to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.milyn.edi.unedifact</groupId>
    <artifactId>d99a-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 : d99a-mapping gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement