v2.3.5: Updated to Java 11 and JDA 4.0.0_48
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>