Skip to content

v5.2.2: Annotation changes.

Compare
Choose a tag to compare
@Andre601 Andre601 released this 03 Jul 00:54
· 353 commits to master since this release
  • Added @PlannedRemoval annotation to mark objects marked for removal.
  • Replaced Jetbrain's @NotNull and @Nullable annotations with Javax's @Nonnull and @Nullable
  • Dependencies updated:
    • JDA: 4.1.1_165 to 4.2.0_172

Installation

Gradle

repositories{
    jcenter()
}

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

###Maven

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