MVN

org.milyn.edi.unedifact : d04a-mapping

Maven & Gradle

Oct 29, 2018
2 usages

Smooks EDI - UN/EDIFACT - D04A - Mapping Model

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

  • Version Updated
  • d04a-mapping-1.7.1.0

    Oct 29, 2018
  • d04a-mapping-1.7.0

    Oct 22, 2018
  • d04a-mapping-1.6

    Oct 22, 2018
  • d04a-mapping-1.5.2

    Oct 16, 2018
  • d04a-mapping-1.5.1

    Oct 15, 2018
  • d04a-mapping-1.5

    Oct 15, 2018
  • d04a-mapping-1.4.2

    Oct 12, 2018
  • d04a-mapping-1.4.1

    Oct 11, 2018
  • d04a-mapping-1.4

    Jan 01, 2011
  • d04a-mapping-1.0

    Oct 07, 2010

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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