simple-restarts

Educational library for conditional restarts in clojure

Leiningen/Boot

[simple-restarts "0.1.0"]

Clojure CLI/deps.edn

simple-restarts/simple-restarts {:mvn/version "0.1.0"}

Gradle

implementation("simple-restarts:simple-restarts:0.1.0")

Maven

<dependency>
  <groupId>simple-restarts</groupId>
  <artifactId>simple-restarts</artifactId>
  <version>0.1.0</version>
</dependency>