a

atlas-runtime

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