MVN

de.matthiasfisch : mysticlight4j

Maven & Gradle

Jun 16, 2021
7 stars

mysticlight4j · Java Library for controlling MSI Mystic Light compatible LEDs

<dependency>
    <groupId>de.matthiasfisch</groupId>
    <artifactId>mysticlight4j</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matthiasfisch : mysticlight4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of de.matthiasfisch : mysticlight4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mysticlight4j-0.2.3
mysticlight4j-0.2.2
mysticlight4j-0.2.1
0.2
mysticlight4j-0.2

How to add a dependency to Maven

Add the following de.matthiasfisch : mysticlight4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.matthiasfisch</groupId>
    <artifactId>mysticlight4j</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matthiasfisch : mysticlight4j gradle dependency to your build.gradle file:

implementation 'de.matthiasfisch:mysticlight4j:0.2.3'

Gradle Kotlin DSL: Add the following de.matthiasfisch : mysticlight4j gradle kotlin dependency to your build.gradle.kts file:

implementation("de.matthiasfisch:mysticlight4j:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matthiasfisch : mysticlight4j sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matthiasfisch" % "mysticlight4j" % "0.2.3"