Skip to content

v5.0.2: Change DeprecatedSince annotation

Choose a tag to compare

@Andre601 Andre601 released this 15 Jan 10:35
· 588 commits to master since this release

Minor changes to the @DeprecatedSince annotation.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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