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