discord-rpc-java

Java implementation of Discord RPC SDK

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Discord API Прикладные библиотеки
Группа

Группа

com.github.psnrigner
Идентификатор

Идентификатор

discord-rpc-java
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

discord-rpc-java
Java implementation of Discord RPC SDK
Ссылка на сайт

Ссылка на сайт

https://github.com/PSNRigner/discord-rpc-java
Система контроля версий

Система контроля версий

https://github.com/PSNRigner/discord-rpc-java/tree/master

Скачать discord-rpc-java

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.psnrigner/discord-rpc-java/ -->
<dependency>
    <groupId>com.github.psnrigner</groupId>
    <artifactId>discord-rpc-java</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psnrigner/discord-rpc-java/
implementation 'com.github.psnrigner:discord-rpc-java:1.0.4'
// https://jarcasting.com/artifacts/com.github.psnrigner/discord-rpc-java/
implementation ("com.github.psnrigner:discord-rpc-java:1.0.4")
'com.github.psnrigner:discord-rpc-java:jar:1.0.4'
<dependency org="com.github.psnrigner" name="discord-rpc-java" rev="1.0.4">
  <artifact name="discord-rpc-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psnrigner', module='discord-rpc-java', version='1.0.4')
)
libraryDependencies += "com.github.psnrigner" % "discord-rpc-java" % "1.0.4"
[com.github.psnrigner/discord-rpc-java "1.0.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Discord RPC Java

This is the Java implementation of the Discord RPC C++ SDK that can be found in Discord RPC repository

Usage

Include this library with Maven with the following:

<dependency>
    <groupId>com.github.psnrigner</groupId>
    <artifactId>discord-rpc-java</artifactId>
    <version>1.0.4</version>
</dependency>

Or for Gradle:

compile "com.github.psnrigner:discord-rpc-java:1.0.4"

Look in examples package for samples.

Notes

This project is using Java 8. It can be easily converted to older languages, but staying on an updated version of Java is still better.

If i receive too many requests, i can change it to use Java 7 or lower.

TODOs

All what needs to be done / fixed is in issues, i would appreciate some help on some of these, especially OSX support.

Feel free to add your name in a CONTRIBUTORS.md file.

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0