a

atlas-runtime

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