<dependency> <groupId>io.atlasmap</groupId> <artifactId>atlas-xml-parent</artifactId> <version>2.3.13</version> <type>pom</type> </dependency>
implementation 'io.atlasmap:atlas-xml-parent:2.3.13'
implementation("io.atlasmap:atlas-xml-parent:2.3.13")
libraryDependencies += "io.atlasmap" % "atlas-xml-parent" % "2.3.13"
@Grapes( @Grab(group='io.atlasmap', module='atlas-xml-parent', version='2.3.13') )
<dependency org="io.atlasmap" name="atlas-xml-parent" rev="2.3.13" />
[io.atlasmap/atlas-xml-parent "2.3.13"]
'io.atlasmap:atlas-xml-parent:jar:2.3.13'
<parent> <groupId>io.atlasmap</groupId> <artifactId>atlasmap-lib</artifactId> <version>2.3.13</version> </parent>