jshred-util

This is the jShred Java library part that contains common utility classes.

Installation

jshred is available at Maven Central. Just add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.jshred</groupId>
  <artifactId>jshred-util</artifactId>
  <version>19</version>
</dependency>