Fancy XML processing in Scala
Get started by putting this into your build.sbt
file.
resolvers += "sonatype releases" at "https://oss.sonatype.org/content/repositories/releases"
libraryDependencies += "org.scalawag.sdom" %% "sdom" % "0.2.0"
Complete usage instructions can be found on the wiki.