crow

Crow is a library for building and collaborating with distributed services implemented by Clojure.

Leiningen/Boot

[crow "2.5.0-SNAPSHOT"]

Clojure CLI/deps.edn

crow/crow {:mvn/version "2.5.0-SNAPSHOT"}

Gradle

implementation("crow:crow:2.5.0-SNAPSHOT")

Maven

<dependency>
  <groupId>crow</groupId>
  <artifactId>crow</artifactId>
  <version>2.5.0-SNAPSHOT</version>
</dependency>