Complex Command Handler

A really useful and simple command handler for JDA.

License

License

GroupId

GroupId

tech.xigam
ArtifactId

ArtifactId

CCH
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

Complex Command Handler
A really useful and simple command handler for JDA.
Project URL

Project URL

https://github.com/KingRainbow44/Complex-Command-Handler/
Source Code Management

Source Code Management

https://github.com/KingRainbow44/Complex-Command-Handler/tree/main

Download CCH

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.9.0

provided (1)

Group / Artifact Type Version
net.dv8tion : JDA jar 5.0.0-alpha.9

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.1
1.6.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0