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