A Java library with some utilities for several classes.
To use this library with Gradle, include this line of code in your build.gradle:
implementation 'io.github.memoeslink:helper:1.2.2'
To use this library with Maven, you can use this in your pom.xml:
<dependency>
<groupId>io.github.memoeslink</groupId>
<artifactId>helper</artifactId>
<version>1.2.2</version>
</dependency>