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.
- Host: GitHub
- URL: https://github.com/pitzzahh/util-classes
- Owner: pitzzahh
- License: mit
- Created: 2022-02-06T05:42:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T06:59:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T18:42:55.690Z (about 2 months ago)
- Topics: api, java, utility-library
- Language: Java
- Homepage:
- Size: 1.25 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# util-classes
## Contains utility classes that can be used (maybe) on your project.



### Add Maven Dependency

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
```