Registry / serialization / scala-xml-2-12

scala-xml-2-12

JSON →
library2.4.0javamavenunverified

Scala XML parsing and manipulation library for Scala 2.12.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-xml_2.12</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-XML-2-12
S
scala-xml-2-12
serializationjavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XML
scala.xml.XML

Create and serialize XML using Scala XML library.

import scala.xml._ object Example { def main(args: Array[String]): Unit = { val xml = <root><item>value</item></root> println(XML.saveToString(xml)) } }
Debug
Known issues
breakingThis library is specific to Scala 2.12; use the correct version for your Scala version.
fix
Use scala-xml_2.13 or scala-xml_3 for other Scala versions.
affects: *
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
scala-xml-2-12 — mvn dependency:get scala-xml-2-12 · libregistry