License |
License |
---|---|
Categories |
CategoriesDiscord API Business Logic Libraries |
GroupId | GroupIdcom.elypia |
ArtifactId | ArtifactIdcommandler |
Last Version | Last Version1.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommandler
Commandler is an commands framework designed for Discord bots with JDA.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commandler-1.1.11.pom | |
commandler-1.1.11.jar | 100 KB |
commandler-1.1.11-sources.jar | 36 KB |
commandler-1.1.11-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elypia/commandler/ -->
<dependency>
<groupId>com.elypia</groupId>
<artifactId>commandler</artifactId>
<version>1.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.elypia/commandler/
implementation 'com.elypia:commandler:1.1.11'
// https://jarcasting.com/artifacts/com.elypia/commandler/
implementation ("com.elypia:commandler:1.1.11")
'com.elypia:commandler:jar:1.1.11'
<dependency org="com.elypia" name="commandler" rev="1.1.11">
<artifact name="commandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elypia', module='commandler', version='1.1.11')
)
libraryDependencies += "com.elypia" % "commandler" % "1.1.11"
[com.elypia/commandler "1.1.11"]
Group / Artifact | Type | Version |
---|---|---|
net.dv8tion : JDA | jar | 3.6.0_376 |
org.apache.velocity : velocity-engine-core | jar | 2.0 |
org.jsoup : jsoup | jar | 1.11.3 |