Installation
Installation
Telebof is available via Maven and Gradle, making it easy to integrate into any Java project. Make sure you have Java 20 or above installed.
Maven
Add the following dependency to your pom.xml
:
<dependency>
<groupId>io.github.natanimn</groupId>
<artifactId>telebof</artifactId>
<version>1.1.0</version>
</dependency>
Gradle
Add this line to your build.gradle
dependencies: