v4.0.0
This is a breaking change due to the package being changed from com.andre601
to org.botblock
Also, GitHub Action has been updated to (yet again) implement GitHub packages, hopefully with a successful publish this time.
Update:
GitHub packages failed.... again. But support said it might actually be an issue on their end.
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '4.0.0_0'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>4.0.0_0</version>
</dependency>
</dependencies>