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