A collection of useful Java classes commonly needed in most Java or Kotlin projects.
Comprehensive documentation for each class is available
👉 here
To use this library in your project:
-
Clone the repository
git clone https://github.com/mysterium57632/javaCodebase
-
Install the JAR with Maven
Run the installation script (requires Maven to be installed on your system):./mavenInstall.sh
-
Add the dependency to your pom.xml
The version will be displayed by the script above or can be read from the generated JAR file.<dependency> <groupId>de.paull</groupId> <artifactId>javaCodebase</artifactId> <version><!-- Insert version here --></version> </dependency>
- Java 8 or higher
- Maven (for installation if you want to use Maven)