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