Releases: discord-jda/JDA
v3.0.BETA2
This is the second phase of the BETA builds of 3.x. With the release of this, 3.x is far beyond what 2.x provided and only misses a few things provided by 2.x (invites), but they will be added before release of 3.0.0.
Also, Audio!
Due to the nature of a Beta, it is recommended that you attempt to keep up with the latest version for fixes and changes. You can check the latest version by visiting the Jenkins build server.
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA/108/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.0.BETA2_108</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.BETA2_108'
}
repositories {
jcenter()
}
v3.0.BETA
This is the first of the BETA builds of 3.x! All developers should be moving off of 2.x and using 3.x now. As a note, this may be marked as a "release", however, due to the nature of a Beta, it is recommended that you attempt to keep up with the latest version for fixes and changes. You can check the latest version by visiting the Jenkins build server.
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA/75/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.0.BETA_75</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.BETA_75'
}
repositories {
jcenter()
}
v2.3.0
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()
}
v2.2.1
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/353/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.2.1_353</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.2.1_353'
}
repositories {
jcenter()
}
v2.2.0
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/334/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.2.0_334</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.2.0_334'
}
repositories {
jcenter()
}
v2.1.3
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/327/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.1.3_327</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.1.3_327'
}
repositories {
jcenter()
}
v2.1.2
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/322/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.1.2_322</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.1.2_322'
}
repositories {
jcenter()
}
v2.1.1
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/300/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.1.1_300</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.1.1_300'
}
repositories {
jcenter()
}
v2.1.0
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/293/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.1.0_293</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.1.0_293'
}
repositories {
jcenter()
}
v2.0.0
Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/242/
or below.
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>2.0.0_242</version>
</dependency>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
Gradle
dependencies {
compile 'net.dv8tion:JDA:2.0.0_242'
}
repositories {
jcenter()
}