MVN

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

Maven & Gradle

Apr 04, 2022
587 usages
246 stars

scala-xml · scala-xml

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

Latest Version

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

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC1

All Versions

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

  • Version Updated
  • scala-xml_2.12-2.1.0

    Apr 04, 2022
  • scala-xml_2.12-2.0.1

    Jul 20, 2021
  • scala-xml_2.12-2.0.0

    May 13, 2021
  • scala-xml_2.12-2.0.0-RC1

    Mar 29, 2021
  • scala-xml_2.12-2.0.0-M5

    Feb 17, 2021
  • scala-xml_2.12-2.0.0-M4

    Jan 30, 2021
  • scala-xml_2.12-2.0.0-M3

    Nov 26, 2020
  • scala-xml_2.12-2.0.0-M2

    Sep 15, 2020
  • scala-xml_2.12-1.3.0

    Mar 16, 2020
  • scala-xml_2.12-2.0.0-M1

    Oct 22, 2019
  • scala-xml_2.12-1.2.0

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

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

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

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

    Nov 01, 2016
  • scala-xml_2.12-1.0.5

    Oct 28, 2016

How to add a dependency to Maven

Add the following org.scala-lang.modules : scala-xml_2.12 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.12</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scala-lang.modules:scala-xml_2.12:2.1.0'

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

implementation("org.scala-lang.modules:scala-xml_2.12:2.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scala-lang.modules" % "scala-xml_2.12" % "2.1.0"