v3.0.5: Fixing broken build.gradle
This fixes the build.gradle (hopefully) and should make GitHub Actions work fine again.
Installation
Gradle
Use this in your build.gradle
repositories{
    jcenter()
}
dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.0.5'
}Maven
Use this in your pom.xml
<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>3.0.5</version>
  </dependency>
</dependencies>