command-framework

A command system for JDA that allows to treat slash and text commands the same

License

License

GroupId

GroupId

io.github.jdiscordbots
ArtifactId

ArtifactId

command-framework
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

command-framework
A command system for JDA that allows to treat slash and text commands the same
Project URL

Project URL

https://github.com/JDiscordBots/command-framework

Download command-framework

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.jdiscordbots/command-framework/ -->
<dependency>
    <groupId>io.github.jdiscordbots</groupId>
    <artifactId>command-framework</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jdiscordbots/command-framework/
implementation 'io.github.jdiscordbots:command-framework:1.0.2'
// https://jarcasting.com/artifacts/io.github.jdiscordbots/command-framework/
implementation ("io.github.jdiscordbots:command-framework:1.0.2")
'io.github.jdiscordbots:command-framework:jar:1.0.2'
<dependency org="io.github.jdiscordbots" name="command-framework" rev="1.0.2">
  <artifact name="command-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jdiscordbots', module='command-framework', version='1.0.2')
)
libraryDependencies += "io.github.jdiscordbots" % "command-framework" % "1.0.2"
[io.github.jdiscordbots/command-framework "1.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
net.dv8tion : JDA jar 5.0.0-alpha.5
io.github.classgraph : classgraph jar 4.8.138
org.slf4j : slf4j-api Optional jar 2.0.0-alpha1
net.sf.trove4j : trove4j Optional jar 3.0.3

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 22.0.0

test (1)

Group / Artifact Type Version
io.github.jdiscordbots : nightdream-logging jar 1.1.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0