Simple jar module for generic Java utilities that can be used in many projects.
Currently, this includes a simple ZipUtils
class to extract zip files into a folder and
a small XmlUtils
class with a couple of StAX and DOM utility functions.
<dependency>
<groupId>de.terrestris</groupId>
<artifactId>terrestris-utils</artifactId>
<version>0.3.1</version>
</dependency>
Note that log4j2 is used for logging, make sure you add that dependency to your project.