MVN

org.scala-lang.modules : scala-xml_2.11

Maven & Gradle

729 usages
246 stars

scala-xml · scala-xml

<dependency>
    <groupId>org.scala-lang.modules</groupId>
    <artifactId>scala-xml_2.11</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-lang.modules : scala-xml_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.scala-lang.modules : scala-xml_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scala-xml_2.11-1.3.0

    Mar 16, 2020
  • scala-xml_2.11-1.2.0

    Apr 05, 2019
  • scala-xml_2.11-1.1.1

    Sep 26, 2018
  • scala-xml_2.11-1.1.0-newCollectionsBootstrap

    Mar 24, 2018
  • scala-xml_2.11-1.1.0

    Feb 20, 2018
  • scala-xml_2.11-1.0.6

    Sep 20, 2016
  • scala-xml_2.11-1.0.5

    Jul 24, 2015
  • scala-xml_2.11-1.0.4

    Apr 30, 2015
  • scala-xml_2.11-1.0.3

    Dec 04, 2014
  • scala-xml_2.11-1.0.2

    May 20, 2014
  • scala-xml_2.11-1.0.1

    Apr 16, 2014

How to add a dependency to Maven

Add the following org.scala-lang.modules : scala-xml_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-lang.modules</groupId>
    <artifactId>scala-xml_2.11</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-lang.modules : scala-xml_2.11 gradle dependency to your build.gradle file:

implementation 'org.scala-lang.modules:scala-xml_2.11:1.3.0'

Gradle Kotlin DSL: Add the following org.scala-lang.modules : scala-xml_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-lang.modules:scala-xml_2.11:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-lang.modules : scala-xml_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-lang.modules" % "scala-xml_2.11" % "1.3.0"