License |
License |
---|---|
GroupId | GroupIdio.github.daflamingfox |
ArtifactId | ArtifactIdcommand-handler |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionio.github.daflamingfox:command-handler
A command handler for Javacord bots; designed to help manage and execute both text and slash commands uniformly.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
command-handler-1.0.1.pom | |
command-handler-1.0.1.jar | 10 KB |
command-handler-1.0.1-sources.jar | 4 KB |
command-handler-1.0.1-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.daflamingfox/command-handler/ -->
<dependency>
<groupId>io.github.daflamingfox</groupId>
<artifactId>command-handler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.daflamingfox/command-handler/
implementation 'io.github.daflamingfox:command-handler:1.0.1'
// https://jarcasting.com/artifacts/io.github.daflamingfox/command-handler/
implementation ("io.github.daflamingfox:command-handler:1.0.1")
'io.github.daflamingfox:command-handler:jar:1.0.1'
<dependency org="io.github.daflamingfox" name="command-handler" rev="1.0.1">
<artifact name="command-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.daflamingfox', module='command-handler', version='1.0.1')
)
libraryDependencies += "io.github.daflamingfox" % "command-handler" % "1.0.1"
[io.github.daflamingfox/command-handler "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.javacord : javacord | pom | 3.3.2 |