-
Notifications
You must be signed in to change notification settings - Fork 9
Home
David Geirola edited this page Dec 3, 2020
·
2 revisions
A lightweight, simple and functional library DSL to work with XML in Scala using native scala xml library and cats core.
Supported Scala 2.12 and 2.13
Maven for 2.12
<dependency>
<groupId>com.github.geirolz</groupId>
<artifactId>advxml_2.12</artifactId>
<version>version</version>
</dependency>
Maven for 2.13
<dependency>
<groupId>com.github.geirolz</groupId>
<artifactId>advxml_2.13</artifactId>
<version>version</version>
</dependency>
Sbt
libraryDependencies += "com.github.geirolz" %% "advxml" % <version>
The idea behind this library is offer a fluent syntax to edit and read xml.
Features: