<dependency> <groupId>io.atlasmap</groupId> <artifactId>atlas-xml-module</artifactId> <version>2.3.13</version> <type>bundle</type> </dependency>
implementation 'io.atlasmap:atlas-xml-module:2.3.13'
implementation("io.atlasmap:atlas-xml-module:2.3.13")
libraryDependencies += "io.atlasmap" % "atlas-xml-module" % "2.3.13"
@Grapes( @Grab(group='io.atlasmap', module='atlas-xml-module', version='2.3.13') )
<dependency org="io.atlasmap" name="atlas-xml-module" rev="2.3.13" />
[io.atlasmap/atlas-xml-module "2.3.13"]
'io.atlasmap:atlas-xml-module:jar:2.3.13'
<parent> <groupId>io.atlasmap</groupId> <artifactId>atlas-xml-parent</artifactId> <version>2.3.13</version> </parent>
compile
|-- io.atlasmap:atlas-model
|-- io.atlasmap:atlas-api
|-- io.atlasmap:atlas-core
|-- io.atlasmap:atlas-xml-model
|-- io.atlasmap:atlas-xml-core
|-- io.atlasmap.com.sun.xsom:xsom
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine