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