-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
BooleanCube edited this page Jul 7, 2022
·
2 revisions
Latest Release: Github Releases
Replace VERSION
with the latest release in Jitpack. If you want to use SNAPSHOTS, please follow the instructions on the Jitpack page
<dependencies>
<dependency>
<groupId>com.github.BooleanCube</groupId>
<artifactId>DiscordDB</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
dependencies {
implementation 'com.github.BooleanCube:DiscordDB:VERSION'
}
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Developed by BooleanCube