Skip to content

This is a Java library that contains some utility classes that you can use on your project.

License

Notifications You must be signed in to change notification settings

pitzzahh/util-classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

This is a Java library that contains some utility classes that you can use on your project.

Topics

Resources

License

Stars

Watchers

Forks

Languages