Skip to content

v5.1.6: Deprecated TOP_GG

Choose a tag to compare

@Andre601 Andre601 released this 22 Jan 11:52
· 554 commits to master since this release

TOP_GG is now deprecated.
The reason behind this is this reason

Installation

Gradle

Use this in your build.gradle

dependencies{
    compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.6'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>org.botblock</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>5.1.6</version>
  </dependency>
</dependencies>