v5.1.0: Removed GetAction
GetAction was now removed!
If you used it, switch to either GetBotAction or GetListAction depending on what you used.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.0'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.0</version>
</dependency>
</dependencies>