Skip to content

v4.2.2: Removed GLENNBOTLIST_XYZ

Choose a tag to compare

@Andre601 Andre601 released this 07 Jan 00:10
· 630 commits to master since this release

I removed GLENNBOTLIST_XYZ as it does not have any GET or POST api, therefore not supported by the BotBlock API.

On a side note is JavaBotBlockAPI back in jcenter, meaning you don't need the maven repo link anymore.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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