reply

REPL-y: A fitter, happier, more productive REPL for Clojure.

Leiningen/Boot

[reply "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

reply/reply {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("reply:reply:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>reply</groupId>
  <artifactId>reply</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>