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