License |
License
GNU General Public License v3.0
|
---|---|
Categories |
CategoriesDiscord API Business Logic Libraries |
GroupId | GroupIdme.schlaubi |
ArtifactId | ArtifactIdcommandCord |
Last Version | Last Version2.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionme.schlaubi:commandCord
A very feature rich framework for discord bot commands written in Java
|
Filename | Size |
---|---|
commandCord-2.2.5.pom | |
commandCord-2.2.5.jar | 58 KB |
commandCord-2.2.5-sources.jar | 36 KB |
commandCord-2.2.5-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.schlaubi/commandCord/ -->
<dependency>
<groupId>me.schlaubi</groupId>
<artifactId>commandCord</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/me.schlaubi/commandCord/
implementation 'me.schlaubi:commandCord:2.2.5'
// https://jarcasting.com/artifacts/me.schlaubi/commandCord/
implementation ("me.schlaubi:commandCord:2.2.5")
'me.schlaubi:commandCord:jar:2.2.5'
<dependency org="me.schlaubi" name="commandCord" rev="2.2.5">
<artifact name="commandCord" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.schlaubi', module='commandCord', version='2.2.5')
)
libraryDependencies += "me.schlaubi" % "commandCord" % "2.2.5"
[me.schlaubi/commandCord "2.2.5"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
com.discord4j : Discord4J | jar | 2.10.1 |
net.dv8tion : JDA | jar | 3.7.1_399 |
org.javacord : javacord-api | jar | 3.0.0 |