async-ws

Leiningen/Boot

[async-ws "0.1.0"]

Clojure CLI/deps.edn

async-ws/async-ws {:mvn/version "0.1.0"}

Gradle

implementation("async-ws:async-ws:0.1.0")

Maven

<dependency>
  <groupId>async-ws</groupId>
  <artifactId>async-ws</artifactId>
  <version>0.1.0</version>
</dependency>