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