Skip to content

v4.2.4: Added ARCANE_BOTCENTER_XYZ and DBLISTA_PL

Choose a tag to compare

@Andre601 Andre601 released this 11 Jan 16:55
· 621 commits to master since this release

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>