is not current version
Last Version 2.2.5

me.schlaubi:commandCord 2.2.3

A very feature rich framework for discord bot commands written in Java

Categories

Categories

Discord API Business Logic Libraries
GroupId

GroupId

me.schlaubi
ArtifactId

ArtifactId

commandCord
Version

Version

2.2.3
Type

Type

jar

Download commandCord 2.2.3


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