a

atlasmap-lib-all

A single aggregated bundle which contains all AtlasMap library artifacts including modules.
文件下载
文件名 操作
atlasmap-lib-all-1.42.4.jar 下载
atlasmap-lib-all-1.42.4.pom 下载
atlasmap-lib-all-1.42.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.atlasmap</groupId>
  <artifactId>atlasmap-lib-all</artifactId>
  <version>1.42.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.atlasmap:atlasmap-lib-all:1.42.4'
Gradle Kotlin
implementation("io.atlasmap:atlasmap-lib-all:1.42.4")
Scala SBT
libraryDependencies += "io.atlasmap" % "atlasmap-lib-all" % "1.42.4"
Groovy Grape
@Grapes(
  @Grab(group='io.atlasmap', module='atlasmap-lib-all', version='1.42.4')
)
Apache Ivy
<dependency org="io.atlasmap" name="atlasmap-lib-all" rev="1.42.4" />
Leiningen
[io.atlasmap/atlasmap-lib-all "1.42.4"]
Apache Buildr
'io.atlasmap:atlasmap-lib-all:jar:1.42.4'