re-frame

A ClojureScript MVC-like Framework For Writing SPAs Using Reagent.

Leiningen/Boot

[re-frame "git-version-tag-not-found"]

Clojure CLI/deps.edn

re-frame/re-frame {:mvn/version "git-version-tag-not-found"}

Gradle

implementation("re-frame:re-frame:git-version-tag-not-found")

Maven

<dependency>
  <groupId>re-frame</groupId>
  <artifactId>re-frame</artifactId>
  <version>git-version-tag-not-found</version>
</dependency>