If you use Maven, add the following configuration to your project's pom.xml
Be sure to replace the VERSION key below with the one of the versions shown above
<dependencies>
<!-- other dependencies are there -->
<dependency>
<groupId>io.github.pitzzahh</groupId>
<artifactId>util-classes</artifactId>
<version>VERSION</version>
</dependency>
<!-- other dependencies are there -->
</dependencies>