DiscordIPC
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.CDAGaming</groupId> <artifactId>DiscordIPC</artifactId> <version>0.10.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.CDAGaming</groupId> <artifactId>DiscordIPC</artifactId> <version>0.10.2</version> <name>DiscordIPC</name> <description>Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate</description> <url>https://github.com/CDAGaming/DiscordIPC</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/CDAGaming/DiscordIPC/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>cdagaming</id> <name>CDAGaming</name> <email>cstack2011@yahoo.com</email> </developer> <developer> <id>jagrosh</id> <name>John Grosh</name> <email>j@gro.sh</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/CDAGaming/DiscordIPC.git</connection> <developerConnection>scm:git:ssh://github.com/CDAGaming/DiscordIPC.git</developerConnection> <url>https://github.com/CDAGaming/DiscordIPC</url> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.kohlschutter.junixsocket</groupId> <artifactId>junixsocket-common</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.kohlschutter.junixsocket</groupId> <artifactId>junixsocket-native-common</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.lenni0451</groupId> <artifactId>Reflect</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>