plumber

This is a library for describing the structure of a web appliction. This way, we have uris and data associated directly with routes. This is nice for generating navigation or applying middleware to routes are a particular level.

Leiningen/Boot

[plumber "0.0.1"]

Clojure CLI/deps.edn

plumber/plumber {:mvn/version "0.0.1"}

Gradle

implementation("plumber:plumber:0.0.1")

Maven

<dependency>
  <groupId>plumber</groupId>
  <artifactId>plumber</artifactId>
  <version>0.0.1</version>
</dependency>