All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.readme-template.md Maven / Gradle / Ivy

There is a newer version: 0.18.1
Show newest version
![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