Skip to content

haevnEU/JavaUtils

Repository files navigation

JavaUtils

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.

Table of Contents


Installation

Maven

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

IntelliJ IDEA

  1. Open IntelliJ IDEA
  2. Click on File -> New -> Project from Version Control...
  3. Enter the URL https://github.com/haevnEU/JavaUtils.git
  4. Click on Clone
  5. Open the pom.xml file
  6. Click on Add as Maven Project
  7. Click on the Maven tab on the right side
  8. 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 version
  • dev - contains the latest development version

Back to top


annotations

Back to top


concurrency

Back to top


crypto

Back to top


datastructures

Back to top


debug

Back to top


docker

Back to top


enumeration

Back to top


exceptions

Back to top


html

Back to top


io

Back to top


logger

Back to top


math

Back to top


network

Back to top


swing

Back to top


system

Back to top


utils

Back to top


Notes

This documentation will be updated as the project progresses.

Back to top

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages