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

Object#equals and Object#hashCode implementation

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 15 Dec 20:39
· 33 commits to master since this release

Changes

PR Change
#11 Added equals() and hashCode() to DiscordRichPresence

Gradle

repositories {
    jcenter()
    maven { url 'https://jitpack.io/' }
}

dependencies {
    compile 'com.github.MinnDevelopment:java-discord-rpc:v1.3.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.3.1</version>
</dependency>