Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.63 KB

D4J-DFramework

That's how many people visited this page

Visitor Count

Created to make it easier to create something on DiscordAPI is based on Discord4J

Installation

Gradle

repositories {
  maven { url "https://jitpack.io" }
  mavenCentral()
}

dependencies {
  implementation 'com.github.Demandss:d4j-dframework:master-SNAPSHOT'
}

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependencies>
  <dependency>
    <groupId>com.github.demandss</groupId>
    <artifactId>d4j-dframework</artifactId>
    <version>master-SNAPSHOT</version>
  </dependency>
</dependencies>