Skip to content

scalawag/sdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdom

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.