Set of Java utility classes.
If you want to use it, you need to do two things. First, add jitpack repository to the pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Second, add dependency to the pom.xml:
<dependencies>
<dependency>
<groupId>com.github.sen4ik</groupId>
<artifactId>utils</artifactId>
<version>a7bec14</version>
</dependency>
</dependencies>