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.0
Name Modified Size InfoDownloads / Week
Parent folder
JDA-5.6.0-javadoc.jar.asc 2025-06-07 660 Bytes
JDA-5.6.0-javadoc.jar 2025-06-07 4.1 MB
JDA-5.6.0-withDependencies.jar 2025-06-07 19.1 MB
JDA-5.6.0.jar.asc 2025-06-07 660 Bytes
JDA-5.6.0.jar 2025-06-07 2.2 MB
JDA-5.6.0-withDependencies-no-opus.jar 2025-06-07 15.7 MB
JDA-5.6.0-withDependencies-min.jar 2025-06-07 8.2 MB
JDA-5.6.0-sources.jar.asc 2025-06-07 660 Bytes
JDA-5.6.0-sources.jar 2025-06-07 2.0 MB
README.md 2025-06-07 1.5 kB
v5.6.0 _ ApplicationManager and minor improvements source code.tar.gz 2025-06-07 1.2 MB
v5.6.0 _ ApplicationManager and minor improvements source code.zip 2025-06-07 2.4 MB
Totals: 12 Items   54.9 MB 0

Overview

This release introduces the ApplicationManager, which can be used to update the application's description and other settings through JDA.

New Features

Changes

Bugs Fixed

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

Installation

Gradle

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

Maven

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