License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.badbird5907 |
ArtifactId | ArtifactIdJDACommand |
Version | Version1.1-REL |
Type | Typejar |
Description |
DescriptionJDACommand
A simple command library for JDA bots
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JDACommand-1.1-REL.pom | |
JDACommand-1.1-REL.jar | 8 KB |
JDACommand-1.1-REL-sources.jar | 5 KB |
JDACommand-1.1-REL-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.badbird5907/JDACommand/ -->
<dependency>
<groupId>net.badbird5907</groupId>
<artifactId>JDACommand</artifactId>
<version>1.1-REL</version>
</dependency>
// https://jarcasting.com/artifacts/net.badbird5907/JDACommand/
implementation 'net.badbird5907:JDACommand:1.1-REL'
// https://jarcasting.com/artifacts/net.badbird5907/JDACommand/
implementation ("net.badbird5907:JDACommand:1.1-REL")
'net.badbird5907:JDACommand:jar:1.1-REL'
<dependency org="net.badbird5907" name="JDACommand" rev="1.1-REL">
<artifact name="JDACommand" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.badbird5907', module='JDACommand', version='1.1-REL')
)
libraryDependencies += "net.badbird5907" % "JDACommand" % "1.1-REL"
[net.badbird5907/JDACommand "1.1-REL"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
net.dv8tion : JDA | jar | 4.2.0_222 |