Download Latest Version JDA-5.6.1-javadoc.jar (4.1 MB)
Email in envelope

Get an email when there's a new version of JDA Java Discord API

Home / v5.6.1
Name Modified Size InfoDownloads / Week
Parent folder
JDA-5.6.1-sources.jar.asc 2025-06-08 660 Bytes
JDA-5.6.1-withDependencies.jar 2025-06-08 19.1 MB
JDA-5.6.1-javadoc.jar.asc 2025-06-08 660 Bytes
JDA-5.6.1-sources.jar 2025-06-08 2.0 MB
JDA-5.6.1-javadoc.jar 2025-06-08 4.1 MB
JDA-5.6.1.jar.asc 2025-06-08 660 Bytes
JDA-5.6.1.jar 2025-06-08 2.2 MB
JDA-5.6.1-withDependencies-no-opus.jar 2025-06-08 15.7 MB
JDA-5.6.1-withDependencies-min.jar 2025-06-08 8.2 MB
README.md 2025-06-08 564 Bytes
v5.6.1 source code.tar.gz 2025-06-08 1.2 MB
v5.6.1 source code.zip 2025-06-08 2.4 MB
Totals: 12 Items   54.9 MB 3

Bug Fixes

Full Changelog: https://github.com/discord-jda/JDA/compare/v5.6.0...v5.6.1

Installation

Gradle

:::gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.6.1")
}

Maven

:::xml
<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.6.1</version> 
</dependency>
Source: README.md, updated 2025-06-08