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