Skip to content

v5.0.1: getFilteredList renamed

Choose a tag to compare

@Andre601 Andre601 released this 14 Jan 14:47
· 592 commits to master since this release

Renamed getFilteredList(String) to getFilteredLists(String) since you don't get just a single bot list.

Installation

Gradle

Use this in your build.gradle

dependencies{
    compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.0.1'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>org.botblock</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>5.0.1</version>
  </dependency>
</dependencies>