Skip to content

v5.1.3: Updated Dependencies

Choose a tag to compare

@Andre601 Andre601 released this 21 Jan 12:18
· 564 commits to master since this release

Updated JDA from 4.1.0_99 to 4.1.0_100

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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