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