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