Name | Modified | Size | Downloads / 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
- Remove check for isWebhookMessage in checkUser by @MinnDevelopment in https://github.com/discord-jda/JDA/pull/2857
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>