Skip to content

v3.0.0

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 20 Mar 06:19
· 1603 commits to master since this release

This is the official release of the JDA 3.0 rewrite. Multiple parts of JDA have changed drastically since the legacy (2.x) builds were declared deprecated and it is recommended to pick JDA 3 up as a completely new library.

We have improved our wiki for JDA 3 and suggest taking a look.

Our release system changed to always have the latest version on the master branch, it is recommended to check which build number is currently available at the jenkins download server or on bintray.

Latest verison: Download

Changelog

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA/
or below.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>3.0.0_157</version>
</dependency>

<repository>
    <id>jcenter</id>
    <name>jcenter-bintray</name>
    <url>http://jcenter.bintray.com</url>
</repository>

Gradle

dependencies {
    compile 'net.dv8tion:JDA:3.0.0_157'
}

repositories {
    jcenter()
}

Note: The mentioned build numbers might update and be outdated in this release draft