MVN

org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml

Maven & Gradle

Apr 19, 2021
5k stars

Apache Groovy · Groovy: A powerful, dynamic language for the JVM

<dependency>
    <groupId>org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy</groupId>
    <artifactId>groovy-xml</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.8

All Versions

Choose a version of org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
groovy-xml-3.0.8

How to add a dependency to Maven

Add the following org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy</groupId>
    <artifactId>groovy-xml</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml gradle dependency to your build.gradle file:

implementation 'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-xml:3.0.8'

Gradle Kotlin DSL: Add the following org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-xml:3.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy : groovy-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" % "groovy-xml" % "3.0.8"

Advertisement

Dependencies from Group

Discover Dependencies