com.github.fhd.clostache/clostache

{{ mustache }} for Clojure

Leiningen/Boot

[com.github.fhd.clostache/clostache "0.2.1"]

Clojure CLI/deps.edn

com.github.fhd.clostache/clostache {:mvn/version "0.2.1"}

Gradle

implementation("com.github.fhd.clostache:clostache:0.2.1")

Maven

<dependency>
  <groupId>com.github.fhd.clostache</groupId>
  <artifactId>clostache</artifactId>
  <version>0.2.1</version>
</dependency>