Skip to content

v2.3.5: Updated to Java 11 and JDA 4.0.0_48

Compare
Choose a tag to compare
@Andre601 Andre601 released this 30 Sep 16:22
· 817 commits to master since this release

This update includes an update to Java 11 which adds new functionality to the javadocs (i.e. a search bar \o/).
I also updated JDA to the latest release.

Installation

Gradle

repositories{
    jcenter()
}

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

Maven

For maven use this code snippet:

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