Files download
File Operation
jda5-2.0.0-alpha.54.jar download
jda5-2.0.0-alpha.54.pom download
jda5-2.0.0-alpha.54-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.yusufsdiscordbot</groupId>
  <artifactId>jda5</artifactId>
  <version>2.0.0-alpha.54</version>
</dependency>
Gradle Groovy
implementation 'io.github.yusufsdiscordbot:jda5:2.0.0-alpha.54'
Gradle Kotlin
implementation("io.github.yusufsdiscordbot:jda5:2.0.0-alpha.54")
Scala SBT
libraryDependencies += "io.github.yusufsdiscordbot" % "jda5" % "2.0.0-alpha.54"
Groovy Grape
@Grapes(
  @Grab(group='io.github.yusufsdiscordbot', module='jda5', version='2.0.0-alpha.54')
)
Apache Ivy
<dependency org="io.github.yusufsdiscordbot" name="jda5" rev="2.0.0-alpha.54" />
Leiningen
[io.github.yusufsdiscordbot/jda5 "2.0.0-alpha.54"]
Apache Buildr
'io.github.yusufsdiscordbot:jda5:jar:2.0.0-alpha.54'