文件下载
文件名 操作
atlas-xml-module-2.3.13.jar 下载
atlas-xml-module-2.3.13.pom 下载
atlas-xml-module-2.3.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.atlasmap</groupId>
  <artifactId>atlas-xml-module</artifactId>
  <version>2.3.13</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.atlasmap:atlas-xml-module:2.3.13'
Gradle Kotlin
implementation("io.atlasmap:atlas-xml-module:2.3.13")
Scala SBT
libraryDependencies += "io.atlasmap" % "atlas-xml-module" % "2.3.13"
Groovy Grape
@Grapes(
  @Grab(group='io.atlasmap', module='atlas-xml-module', version='2.3.13')
)
Apache Ivy
<dependency org="io.atlasmap" name="atlas-xml-module" rev="2.3.13" />
Leiningen
[io.atlasmap/atlas-xml-module "2.3.13"]
Apache Buildr
'io.atlasmap:atlas-xml-module:jar:2.3.13'