v4.2.4: Added ARCANE_BOTCENTER_XYZ and DBLISTA_PL
Added sites ARCANE_BOTCENTER_XYZ and DBLISTA_PL
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '4.2.4'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>4.2.4</version>
</dependency>
</dependencies>