clj-shell

clj-shell is almost identical to clojure.java.shell except it also supports to use InputStreams for stdin, stdout and stderr.

Leiningen/Boot

[clj-shell "0.2.0"]

Clojure CLI/deps.edn

clj-shell/clj-shell {:mvn/version "0.2.0"}

Gradle

implementation("clj-shell:clj-shell:0.2.0")

Maven

<dependency>
  <groupId>clj-shell</groupId>
  <artifactId>clj-shell</artifactId>
  <version>0.2.0</version>
</dependency>