templates.readme-template.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of KUtils Show documentation
Show all versions of KUtils Show documentation
A Discord bot framework for Kotlin.
![KUtils Server](https://discordapp.com/api/guilds/453208597082406912/widget.png?style=banner2)
The documentation for this project is currently WIP.
The best source for learning the framework is by joining the Discord, or checking existing bots.
#### Maven
```xml
${group}
${project}
${version}
```
#### Gradle
```groovy
dependencies {
implementation '${group}:${project}:${version}'
}
```
```kotlin
dependencies {
implementation("${group}:${project}:${version}")
}
```
© 2015 - 2024 Weber Informatics LLC | Privacy Policy