is not current version
Last Version 5.0.0-alpha.12

net.dv8tion:JDA 1.2.1_106

A wrapping of the Discord REST api and its Websocket-Events for Java.

Categories

Categories

Net JDA (Java Discord API) Business Logic Libraries Discord API
GroupId

GroupId

net.dv8tion
ArtifactId

ArtifactId

JDA
Version

Version

1.2.1_106
Type

Type

jar

Download JDA 1.2.1_106


<!-- https://jarcasting.com/artifacts/net.dv8tion/JDA/ -->
<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.2.1_106</version>
</dependency>
// https://jarcasting.com/artifacts/net.dv8tion/JDA/
implementation 'net.dv8tion:JDA:1.2.1_106'
// https://jarcasting.com/artifacts/net.dv8tion/JDA/
implementation ("net.dv8tion:JDA:1.2.1_106")
'net.dv8tion:JDA:jar:1.2.1_106'
<dependency org="net.dv8tion" name="JDA" rev="1.2.1_106">
  <artifact name="JDA" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dv8tion', module='JDA', version='1.2.1_106')
)
libraryDependencies += "net.dv8tion" % "JDA" % "1.2.1_106"
[net.dv8tion/JDA "1.2.1_106"]