Download Latest Version JDA-6.4.1-javadoc.jar (9.0 MB)
Email in envelope

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

Home / v6.4.1
Name Modified Size InfoDownloads / Week
Parent folder
JDA-6.4.1-withDependencies-min.jar 2026-04-02 8.2 MB
JDA-6.4.1-withDependencies.jar 2026-04-02 19.7 MB
JDA-6.4.1-sources.jar 2026-04-02 2.2 MB
JDA-6.4.1-javadoc.jar 2026-04-02 9.0 MB
JDA-6.4.1.jar 2026-04-02 2.5 MB
JDA-6.4.1-withDependencies-no-opus.jar 2026-04-02 16.3 MB
README.md 2026-04-02 737 Bytes
v6.4.1 source code.tar.gz 2026-04-02 5.4 MB
v6.4.1 source code.zip 2026-04-02 6.8 MB
Totals: 9 Items   70.0 MB 5

Bug Fixes

Full Changelog: https://github.com/discord-jda/JDA/compare/v6.4.0...v6.4.1

Installation

Gradle

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

Maven

:::xml
<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>6.4.1</version> 
</dependency>
Source: README.md, updated 2026-04-02