| License |
License |
|---|---|
| Categories |
CategoriesDiscord API Business Logic Libraries |
| GroupId | GroupIdio.github.sepgh |
| ArtifactId | ArtifactIddiscord-commands-starter |
| Last Version | Last Version0.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring-boot Discord Commands Starter
Spring-boot integration for discord commands
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.sepgh/discord-commands-starter/ -->
<dependency>
<groupId>io.github.sepgh</groupId>
<artifactId>discord-commands-starter</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sepgh/discord-commands-starter/
implementation 'io.github.sepgh:discord-commands-starter:0.1.4'
// https://jarcasting.com/artifacts/io.github.sepgh/discord-commands-starter/
implementation ("io.github.sepgh:discord-commands-starter:0.1.4")
'io.github.sepgh:discord-commands-starter:jar:0.1.4'
<dependency org="io.github.sepgh" name="discord-commands-starter" rev="0.1.4">
<artifact name="discord-commands-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sepgh', module='discord-commands-starter', version='0.1.4')
)
libraryDependencies += "io.github.sepgh" % "discord-commands-starter" % "0.1.4"
[io.github.sepgh/discord-commands-starter "0.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.3 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.3 |
| org.projectlombok : lombok Optional | jar | 1.18.22 |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.6.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.google.guava : guava | jar | 30.1.1-jre |
| net.dv8tion : JDA | jar | 4.4.0_350 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |