Skip to content

v5.1.0: Removed GetAction

Choose a tag to compare

@Andre601 Andre601 released this 16 Jan 14:16

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>