sandbar

Clojure web application library built on top of Ring and Compojure.

Leiningen/Boot

[sandbar "0.2.1"]

Clojure CLI/deps.edn

sandbar/sandbar {:mvn/version "0.2.1"}

Gradle

implementation("sandbar:sandbar:0.2.1")

Maven

<dependency>
  <groupId>sandbar</groupId>
  <artifactId>sandbar</artifactId>
  <version>0.2.1</version>
</dependency>