| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdio.atlasmap |
| ArtifactId | ArtifactIdatlas |
| Last Version | Last Version1.31.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAtlas :: Project Build
The AtlasMap Project
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| atlas-1.31.2.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlas/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas</artifactId>
<version>1.31.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlas/
implementation 'io.atlasmap:atlas:1.31.2'
// https://jarcasting.com/artifacts/io.atlasmap/atlas/
implementation ("io.atlasmap:atlas:1.31.2")
'io.atlasmap:atlas:pom:1.31.2'
<dependency org="io.atlasmap" name="atlas" rev="1.31.2">
<artifact name="atlas" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlas', version='1.31.2')
)
libraryDependencies += "io.atlasmap" % "atlas" % "1.31.2"
[io.atlasmap/atlas "1.31.2"]