Skip to content

v3.2.1: Added sites glennbotlist.xyz and cloud-botlist.xyz

Choose a tag to compare

@Andre601 Andre601 released this 30 Dec 22:08
· 675 commits to master since this release

Sites added:

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.2.1'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>3.2.1</version>
  </dependency>
</dependencies>