Skip to content

v2.3.9

Compare
Choose a tag to compare
@Andre601 Andre601 released this 18 Oct 15:30
· 783 commits to master since this release

Dependencies were updated thanks to Dependabot.

Installation

Gradle

repositories{
    jcenter()
}

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

Maven

For maven use this code snippet:

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