Skip to content

v5.1.10: Added space-bot-list.org

Choose a tag to compare

@Andre601 Andre601 released this 16 Feb 22:05
· 534 commits to master since this release

Added SPACE_BOT_LIST_ORG to Site enum.

Installation

Gradle

Use this in your build.gradle

dependencies{
    compile 'org.botblock:JavaBotBlockAPI:5.1.10'
}

Maven

Use this in your pom.xml

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