v3.1.0: Updated to gradle 5.5
This update changed the Gradle version to 5.5
Dependencies were also updated.
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.1.0'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies>