License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlasmap-lib |
Last Version | Last Version2.4.0-M.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtlasMap Library
AtlasMap Java backend implementation and design time REST service resources
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
atlasmap-lib-2.4.0-M.4.pom | 1 KB |
atlasmap-lib-2.4.0-M.4-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlasmap-lib/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlasmap-lib</artifactId>
<version>2.4.0-M.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlasmap-lib/
implementation 'io.atlasmap:atlasmap-lib:2.4.0-M.4'
// https://jarcasting.com/artifacts/io.atlasmap/atlasmap-lib/
implementation ("io.atlasmap:atlasmap-lib:2.4.0-M.4")
'io.atlasmap:atlasmap-lib:jar:2.4.0-M.4'
<dependency org="io.atlasmap" name="atlasmap-lib" rev="2.4.0-M.4">
<artifact name="atlasmap-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlasmap-lib', version='2.4.0-M.4')
)
libraryDependencies += "io.atlasmap" % "atlasmap-lib" % "2.4.0-M.4"
[io.atlasmap/atlasmap-lib "2.4.0-M.4"]