This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Initial Release
This provides a basic binding together with a 64bit windows binary for the Discord RPC SDK.
Grade
repositories {
jcenter()
maven { url 'https://jitpack.io/' }
}
dependencies {
compile 'com.github.MinnDevelopment:java-discord-rpc:v1.0'
}
Maven
<repository>
<url>https://jcenter.binray.com</url>
<name>jcenter</name>
</repository>
<repository>
<url>https://jitpack.io</url>
<name>jitpack</name>
</repository>
<dependency>
<groupId>com.github.MinnDevelopment</groupId>
<artifactId>java-discord-rpc</artificatId>
<version>v1.0</version>
</dependency>