net.defn/moustache

a micro web framework/internal DSL to wire Ring handlers and middlewares

Leiningen/Boot

[net.defn/moustache "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

net.defn/moustache {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("net.defn:moustache:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>net.defn</groupId>
  <artifactId>moustache</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>