License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlas-runtime |
Version | Version1.38.1 |
Type | Typejar |
Description |
DescriptionAtlasMap Runtime
AtlasMap runtime engine and design time services
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
atlas-runtime-1.38.1.pom | 6 KB |
atlas-runtime-1.38.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlas-runtime/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-runtime</artifactId>
<version>1.38.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlas-runtime/
implementation 'io.atlasmap:atlas-runtime:1.38.1'
// https://jarcasting.com/artifacts/io.atlasmap/atlas-runtime/
implementation ("io.atlasmap:atlas-runtime:1.38.1")
'io.atlasmap:atlas-runtime:jar:1.38.1'
<dependency org="io.atlasmap" name="atlas-runtime" rev="1.38.1">
<artifact name="atlas-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlas-runtime', version='1.38.1')
)
libraryDependencies += "io.atlasmap" % "atlas-runtime" % "1.38.1"
[io.atlasmap/atlas-runtime "1.38.1"]