Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Initial Release

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 16 Nov 03:26
· 66 commits to master since this 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>