com.github.robinlahtinen/clj-artnet

A high-performance Art-Net 4 protocol implementation for Clojure.

Leiningen/Boot

[com.github.robinlahtinen/clj-artnet "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.robinlahtinen/clj-artnet {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.github.robinlahtinen:clj-artnet:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.robinlahtinen</groupId>
  <artifactId>clj-artnet</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>