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