-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luiza edited this page Dec 4, 2020
·
3 revisions
Hello! Welcome to the jda-framework wiki page.
This framework is constantly receiving updates and new features, if you need help, feel free to send a message to me on Discord! ID: luiza#9940.
Adding the repository on Gradle or Maven
This project is hosted by jitpack.
repositories {
maven {
url 'https://jitpack.io'
}
}
dependencies {
implementation 'com.github.luizaprestes.jda-framework:VERSION'
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.luizaprestes.jda-framework</groupId>
<artifactId>jda-framework</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>