Skip to content

mysterium57632/javaCodebase

Repository files navigation

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)

About

A Collection of usefull Java classes needed in moat Java / Kotlin projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors