v4.2.2: Removed GLENNBOTLIST_XYZ
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>