is not current version
Last Version 5.0.0-alpha.12

net.dv8tion:JDA 1.1.0_57

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.1.0_57
Type

Type

jar

Download JDA 1.1.0_57


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