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