During previous projects, I often found myself writing the same code repeatedly. As a result, I've decided to start a small utility project to gather all these useful methods and classes in one place.
Since this is a personal project, I cannot guarantee that all methods work as expected or are free of bugs. You may use this project at your own risk, and I am not liable for any issues that may arise.
The project is open source and available for free under the GPL-3.0 license. If you have any suggestions or improvements, feel free to create a new issue. Let me know if you'd like to contribute to this project.
- Installation
- annotations
- concurrency
- crypto
- datastructures
- debug
- docker
- enumeration
- exceptions
- html
- io
- logger
- math
- network
- swing
- system
- utils
- Notes
Open the terminal and run the following commands
cd /path/to/your/destination
git clone https://github.com/haevnEU/JavaUtils.git
cd JavaUtils
git checkout master # or dev
mvn clean install- Open IntelliJ IDEA
- Click on
File->New->Project from Version Control... - Enter the URL
https://github.com/haevnEU/JavaUtils.git - Click on
Clone - Open the
pom.xmlfile - Click on
Add as Maven Project - Click on the
Maventab on the right side - Click on
JavaUtils->Lifecycle->install
After the installation you can find the jars inside your local maven repository.
There are two branches available:
master- contains the latest stable versiondev- contains the latest development version
This documentation will be updated as the project progresses.