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