Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

Gradle Support #21

Closed DV8FromTheCode closed 5 years ago

DV8FromTheCode commented 5 years ago

Would it be possible to set this up to work with gradle?

Vatuu commented 5 years ago

Of course, gradle offers functionality to add maven dependencies to a gradle project.

Simply add the repository, and then add the following line to your dependencies: compile "net.arikia.dev:discord-rpc:VERSION-YOU-WANT".

DeJayDev commented 5 years ago

Friendly reminder Jitpack provides specific directions to do this.

https://jitpack.io/#Vatuu/discord-rpc/1.5.0