a

atlasmap-lib-all

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