handlebars-clj

Implementation of handlebars templating in Clojure; can apply templates on the server side or serialize them for client-side application

Leiningen/Boot

[handlebars-clj "0.9.1"]

Clojure CLI/deps.edn

handlebars-clj/handlebars-clj {:mvn/version "0.9.1"}

Gradle

implementation("handlebars-clj:handlebars-clj:0.9.1")

Maven

<dependency>
  <groupId>handlebars-clj</groupId>
  <artifactId>handlebars-clj</artifactId>
  <version>0.9.1</version>
</dependency>