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