com.jothedev/re-re-frame

The last missing piece of re-frame

Leiningen/Boot

[com.jothedev/re-re-frame "0.1.0"]

Clojure CLI/deps.edn

com.jothedev/re-re-frame {:mvn/version "0.1.0"}

Gradle

implementation("com.jothedev:re-re-frame:0.1.0")

Maven

<dependency>
  <groupId>com.jothedev</groupId>
  <artifactId>re-re-frame</artifactId>
  <version>0.1.0</version>
</dependency>