This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Linux Support
In this version I added a linux-x86-64
binary.
Additionally you can now choose to download the jar file suffixed with -all
to get a build with dependencies.
Gradle
repositories {
jcenter()
maven { url 'https://jitpack.io/' }
}
dependencies {
compile 'com.github.MinnDevelopment:java-discord-rpc:v1.1'
}
Maven
<repository>
<url>https://jcenter.bintray.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</artifactId>
<version>v1.1</version>
</dependency>