clj-wamp

The WebSocket Application Messaging Protocol for Clojure

Leiningen/Boot

[clj-wamp "0.5.0"]

Clojure CLI/deps.edn

clj-wamp/clj-wamp {:mvn/version "0.5.0"}

Gradle

implementation("clj-wamp:clj-wamp:0.5.0")

Maven

<dependency>
  <groupId>clj-wamp</groupId>
  <artifactId>clj-wamp</artifactId>
  <version>0.5.0</version>
</dependency>