MVN

io.gitlab.mguimard : openrgb-client

Maven & Gradle

Jul 20, 2021

openrgb-client · Java client for OpenRGB server

<dependency>
    <groupId>io.gitlab.mguimard</groupId>
    <artifactId>openrgb-client</artifactId>
    <version>1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.mguimard : openrgb-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15

All Versions

Choose a version of io.gitlab.mguimard : openrgb-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
openrgb-client-1.15
1.14
openrgb-client-1.14
1.13
openrgb-client-1.13
1.12
openrgb-client-1.12
1.11
openrgb-client-1.11
1.10
openrgb-client-1.10
1.9
openrgb-client-1.9
1.8
openrgb-client-1.8
1.7
openrgb-client-1.7
1.6
openrgb-client-1.6
1.5
openrgb-client-1.5
1.4
openrgb-client-1.4
1.3
openrgb-client-1.3
1.2
openrgb-client-1.2
1.1
openrgb-client-1.1

How to add a dependency to Maven

Add the following io.gitlab.mguimard : openrgb-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.mguimard</groupId>
    <artifactId>openrgb-client</artifactId>
    <version>1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.mguimard : openrgb-client gradle dependency to your build.gradle file:

implementation 'io.gitlab.mguimard:openrgb-client:1.15'

Gradle Kotlin DSL: Add the following io.gitlab.mguimard : openrgb-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.mguimard:openrgb-client:1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.mguimard : openrgb-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.mguimard" % "openrgb-client" % "1.15"

Advertisement