Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1001 Bytes

File metadata and controls

38 lines (28 loc) · 1001 Bytes

javaCodebase

A collection of useful Java classes commonly needed in most Java or Kotlin projects.

📚 Documentation

Comprehensive documentation for each class is available
👉 here

🚀 Getting Started

To use this library in your project:

  1. Clone the repository

    git clone https://github.com/mysterium57632/javaCodebase
  2. Install the JAR with Maven
    Run the installation script (requires Maven to be installed on your system):

    ./mavenInstall.sh
  3. 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>

🛠 Requirements

  • Java 8 or higher
  • Maven (for installation if you want to use Maven)