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 "2.13.0-0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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