scala / scala-xml   2.3.0

Apache License 2.0 GitHub

The standard Scala XML library

Scala versions: 3.x 2.13 2.12 2.11
Scala.js versions: 1.x 0.6
Scala Native versions: 0.5 0.4

scala-xml 1.0.6


Group ID:
org.scala-lang.modules
Artifact ID:
scala-xml_2.11
Version:
1.0.6
Release Date:
Sept 21, 2016
Licenses:

libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.scala-lang.modules::scala-xml:1.0.6"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.scala-lang.modules::scala-xml:1.0.6"

Ammonite REPL

import $ivy.`org.scala-lang.modules::scala-xml:1.0.6`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

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

compile group: 'org.scala-lang.modules', name: 'scala-xml_2.11', version: '1.0.6'