<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-xml</artifactId> <version>3.0.19</version> </dependency>
implementation 'org.codehaus.groovy:groovy-xml:3.0.19'
implementation("org.codehaus.groovy:groovy-xml:3.0.19")
libraryDependencies += "org.codehaus.groovy" % "groovy-xml" % "3.0.19"
@Grapes( @Grab(group='org.codehaus.groovy', module='groovy-xml', version='3.0.19') )
<dependency org="org.codehaus.groovy" name="groovy-xml" rev="3.0.19" />
[org.codehaus.groovy/groovy-xml "3.0.19"]
'org.codehaus.groovy:groovy-xml:jar:3.0.19'
compile
|-- org.codehaus.groovy:groovy:3.0.19