crow/service

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

  • VCSN/A

  • cljdoc documentationcljdoc
  • 157 Downloads
  • 25 This Version

Leiningen/Boot

[crow/service "2.3-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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