In this project are some utils and classes that help coding faster and easier. You can add this project via maven or gradle use this yourself:
<repository>
<id>repsy</id>
<name>TUtils</name>
<url>https://repo.repsy.io/mvn/tiiita/tutils</url>
</repository>
<dependency>
<groupId>de.tiiita</groupId>
<artifactId>tutils</artifactId>
<version>1.0.0</version>
</dependency>