v2.3.0
DV8FromTheWorld
released this
12 Nov 00:29
·
1972 commits
to master
since this release
This is the last release of 2.x, marking the end of 2.x support. Developers should move to 3.x
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/379/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.3.0_379</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.3.0_379'
}
repositories {
jcenter()
}