is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-xml 2.4.12

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-xml
Version

Version

2.4.12
Type

Type

jar

Download groovy-xml 2.4.12


<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-xml/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-xml</artifactId>
    <version>2.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-xml/
implementation 'org.codehaus.groovy:groovy-xml:2.4.12'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-xml/
implementation ("org.codehaus.groovy:groovy-xml:2.4.12")
'org.codehaus.groovy:groovy-xml:jar:2.4.12'
<dependency org="org.codehaus.groovy" name="groovy-xml" rev="2.4.12">
  <artifact name="groovy-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-xml', version='2.4.12')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-xml" % "2.4.12"
[org.codehaus.groovy/groovy-xml "2.4.12"]