Maven Repository

If you are using Maven, you are surely happy to learn that Maven modules are available for jshred. To use them, just add the shredzone.org maven repository to your pom file:

<repositories>
    <repository>
        <id>shredzone.org</id>
        <url>http://maven.shredzone.org/release/</url>
    </repository>
</repositories>

Now you can easily add jshred module dependencies. The available modules can be found here.