Skip to content

terrestris/terrestris-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build and analyse Coverage Status

Basic Java utilities

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.

Usage

Maven

            <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.