# Installation ## 📋 Requirements Dependencies: `Java 8+`, `Maven` (for building from source). ## ⚡ Install from release Download the latest release JAR from the [GitHub releases page](https://github.com/druglogics/gitsbe/releases). ## 🛠️ Build from source ```bash git clone https://github.com/druglogics/gitsbe.git cd gitsbe mvn package ``` The packaged JAR will be available in the `target/` directory. ## 📖 Full documentation For detailed installation instructions and configuration options, see the [Gitsbe documentation](https://druglogics.github.io/druglogics-doc/gitsbe.html).