Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
/ commons Public archive

🍱 common utilities used within mixtape

Notifications You must be signed in to change notification settings

mixtape-bot/commons

Repository files navigation

mixtape commons

Common utilities used within Mixtape.

Development Server

Installation

Groovy:
  • 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