MVN

io.github.CDAGaming : DiscordIPC

Maven & Gradle

Aug 16, 2023
9 stars

DiscordIPC · Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate

<dependency>
    <groupId>io.github.CDAGaming</groupId>
    <artifactId>DiscordIPC</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.CDAGaming : DiscordIPC to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of io.github.CDAGaming : DiscordIPC to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
DiscordIPC-0.8.1
DiscordIPC-0.8.0
0.7.x
DiscordIPC-0.7.2
DiscordIPC-0.7.1
DiscordIPC-0.7.0
0.6.x
DiscordIPC-0.6.7
DiscordIPC-0.6.6
DiscordIPC-0.6.5
DiscordIPC-0.6.4
DiscordIPC-0.6.3
DiscordIPC-0.6.2
DiscordIPC-0.6.1
DiscordIPC-0.6.0

How to add a dependency to Maven

Add the following io.github.CDAGaming : DiscordIPC maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.CDAGaming</groupId>
    <artifactId>DiscordIPC</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.CDAGaming : DiscordIPC gradle dependency to your build.gradle file:

implementation 'io.github.CDAGaming:DiscordIPC:0.8.1'

Gradle Kotlin DSL: Add the following io.github.CDAGaming : DiscordIPC gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.CDAGaming:DiscordIPC:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.CDAGaming : DiscordIPC sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.CDAGaming" % "DiscordIPC" % "0.8.1"