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