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