Jon's Infrastructure

This is a set of methods and classes that I find useful. So I've packaged them into a library on their own.

Downloads

JonsInfra uses Simple Logging Facade for Java. So to use the logging you just need an SLF4J bridge to your favorite logging framework.

Build dependency for gradle:

compile(group: 'net.mtu.eggplant', name: 'JonsInfra', version: '1.7.0')

Jon Schewe