v4.0.3: fixed version
I didn't remove BUILD_NUMBER: 0
from the gradle.yml, making the version 4.0.2_0 and not 4.0.2. My bad.
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '4.0.3'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>4.0.3</version>
</dependency>
</dependencies>