cljsjs/mqtt

MQTT.js is a client library for the MQTT protocol, written in JavaScript for node.js and the browser.

Leiningen/Boot

[cljsjs/mqtt "5.3.4-0"]

Clojure CLI/deps.edn

cljsjs/mqtt {:mvn/version "5.3.4-0"}

Gradle

implementation("cljsjs:mqtt:5.3.4-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>mqtt</artifactId>
  <version>5.3.4-0</version>
</dependency>