re-frame/lein-template

Leiningen template for a Reagent web app that implements the re-frame pattern.

Leiningen/Boot

[re-frame/lein-template "2.2.7"]

Clojure CLI/deps.edn

re-frame/lein-template {:mvn/version "2.2.7"}

Gradle

implementation("re-frame:lein-template:2.2.7")

Maven

<dependency>
  <groupId>re-frame</groupId>
  <artifactId>lein-template</artifactId>
  <version>2.2.7</version>
</dependency>