is not current version
Last Version 0.2.0

Modular Commands 0.1.0

Framework for creating and managing chat commands for Discord bots that use Discord4J.

License

License

GroupId

GroupId

dev.sympho
ArtifactId

ArtifactId

modular-commands
Version

Version

0.1.0
Type

Type

jar
Description

Description

Modular Commands
Framework for creating and managing chat commands for Discord bots that use Discord4J.
Project URL

Project URL

https://modular-commands.sympho.dev
Source Code Management

Source Code Management

https://github.com/tmarback/modular-commands/tree/main

Download modular-commands 0.1.0


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

Dependencies

compile (8)

Group / Artifact Type Version
com.discord4j : discord4j-core jar 3.2.1
org.apache.commons : commons-collections4 jar 4.4
org.apache.commons : commons-lang3 jar 3.12.0
com.google.guava : guava jar 31.0.1-jre
org.slf4j : slf4j-api jar 1.7.35
org.checkerframework : checker-qual jar 3.21.1
org.checkerframework : checker-util jar 3.21.1
com.google.code.findbugs : annotations jar 3.0.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
ch.qos.logback : logback-classic jar 1.2.10

Project Modules

There are no modules declared in this project.