Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlas-runtime |
Version | Version1.34.1 |
Type | Typejar |
Filename | Size |
---|---|
atlas-runtime-1.34.1.pom | 5 KB |
atlas-runtime-1.34.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.34.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlas-runtime/
implementation 'io.atlasmap:atlas-runtime:1.34.1'
// https://jarcasting.com/artifacts/io.atlasmap/atlas-runtime/
implementation ("io.atlasmap:atlas-runtime:1.34.1")
'io.atlasmap:atlas-runtime:jar:1.34.1'
<dependency org="io.atlasmap" name="atlas-runtime" rev="1.34.1">
<artifact name="atlas-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlas-runtime', version='1.34.1')
)
libraryDependencies += "io.atlasmap" % "atlas-runtime" % "1.34.1"
[io.atlasmap/atlas-runtime "1.34.1"]