v3.0.3
No real changes compared to the other release.
I just forgot to change the version number in the build.gradle from 3.0.1_tb1 to 3.0.2 which is now 3.0.3
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.0.3'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>