Files download
File Operation
atlas-xml-module-2.1.6.jar download
atlas-xml-module-2.1.6.pom download
atlas-xml-module-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.atlasmap</groupId>
  <artifactId>atlas-xml-module</artifactId>
  <version>2.1.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.atlasmap:atlas-xml-module:2.1.6'
Gradle Kotlin
implementation("io.atlasmap:atlas-xml-module:2.1.6")
Scala SBT
libraryDependencies += "io.atlasmap" % "atlas-xml-module" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.atlasmap', module='atlas-xml-module', version='2.1.6')
)
Apache Ivy
<dependency org="io.atlasmap" name="atlas-xml-module" rev="2.1.6" />
Leiningen
[io.atlasmap/atlas-xml-module "2.1.6"]
Apache Buildr
'io.atlasmap:atlas-xml-module:jar:2.1.6'