An open API service indexing awesome lists of open source software.

https://github.com/pitzzahh/util-classes

This is a Java library that contains some utility classes that you can use on your project.
https://github.com/pitzzahh/util-classes

api java utility-library

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# util-classes

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

![GitHub Issues](https://img.shields.io/github/issues/pitzzahh/util-classes)
![Forks](https://img.shields.io/github/forks/pitzzahh/util-classes)
![Stars](https://img.shields.io/github/stars/pitzzahh/util-classes)
![License](https://img.shields.io/github/license/pitzzahh/util-classes)

### Add Maven Dependency

![maven-central](https://img.shields.io/maven-central/v/io.github.pitzzahh/util-classes?color=blue)

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

```maven



io.github.pitzzahh
util-classes
VERSION

```