v5.1.6: Deprecated TOP_GG
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>