org.duct-framework/handler

Common Ring handlers for the Duct framework

Leiningen/Boot

[org.duct-framework/handler "0.1.1"]

Clojure CLI/deps.edn

org.duct-framework/handler {:mvn/version "0.1.1"}

Gradle

implementation("org.duct-framework:handler:0.1.1")

Maven

<dependency>
  <groupId>org.duct-framework</groupId>
  <artifactId>handler</artifactId>
  <version>0.1.1</version>
</dependency>