commons-xml
A Java library for easy XML processing.
This software is part of the Shredzone Commons.
The source code can be found at GitHub and is distributed under the terms of GNU Lesser General Public License Version 3.
Installation
commons-xml is available at Maven Central. Just add this snippet to your pom.xml:
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-xml</artifactId>
<version>1.2</version>
</dependency>
Java Module
Add this line to your module descriptor:
requires org.shredzone.commons.xml;
Dependencies and Requirements
commons-xml requires at least Java 8, but has no other dependencies.