com.github.kyleburton/repl-from-java

CIDER + Nepl in a single dependency.

Leiningen/Boot

[com.github.kyleburton/repl-from-java "1.0.1"]

Clojure CLI/deps.edn

com.github.kyleburton/repl-from-java {:mvn/version "1.0.1"}

Gradle

implementation("com.github.kyleburton:repl-from-java:1.0.1")

Maven

<dependency>
  <groupId>com.github.kyleburton</groupId>
  <artifactId>repl-from-java</artifactId>
  <version>1.0.1</version>
</dependency>