Common utilities used within Mixtape.
- Add jitpack repo
// groovy
maven { url "https://jitpack.io" }
// kotlin
maven("https://jitpack.io")
- Add dependency
// groovy
implementation "com.github.mixtape-bot:commons:VERSION"
// kotlin
implementation("com.github.mixtape-bot:commons:VERSION")
mixtape bot © 2019 - 2021