Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 963 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 963 Bytes

util-classes

Contains utility classes that can be used (maybe) on your project.

GitHub Issues Forks Stars License

Add Maven Dependency

maven-central

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>