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