crow/client

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

  • VCSN/A

  • cljdoc documentationcljdoc
  • 148 Downloads
  • 25 This Version

Leiningen/Boot

[crow/client "2.3-SNAPSHOT"]

Clojure CLI/deps.edn

crow/client {:mvn/version "2.3-SNAPSHOT"}

Gradle

implementation("crow:client:2.3-SNAPSHOT")

Maven

<dependency>
  <groupId>crow</groupId>
  <artifactId>client</artifactId>
  <version>2.3-SNAPSHOT</version>
</dependency>