cwk

small clojure web kit, that works around liberator and compojure

Leiningen/Boot

[cwk "0.1.4-SNAPSHOT"]

Clojure CLI/deps.edn

cwk/cwk {:mvn/version "0.1.4-SNAPSHOT"}

Gradle

implementation("cwk:cwk:0.1.4-SNAPSHOT")

Maven

<dependency>
  <groupId>cwk</groupId>
  <artifactId>cwk</artifactId>
  <version>0.1.4-SNAPSHOT</version>
</dependency>