MVN

ch.bildspur : artnet4j

Maven & Gradle

May 02, 2020
1 usages
93 stars

ArtNet for Java and Processing · Art-Net DMX over IP library for Java and Processing.

<dependency>
    <groupId>ch.bildspur</groupId>
    <artifactId>artnet4j</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.bildspur : artnet4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of ch.bildspur : artnet4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
artnet4j-0.6.2

How to add a dependency to Maven

Add the following ch.bildspur : artnet4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.bildspur</groupId>
    <artifactId>artnet4j</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.bildspur : artnet4j gradle dependency to your build.gradle file:

implementation 'ch.bildspur:artnet4j:0.6.2'

Gradle Kotlin DSL: Add the following ch.bildspur : artnet4j gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.bildspur:artnet4j:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.bildspur : artnet4j sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.bildspur" % "artnet4j" % "0.6.2"

Advertisement