cli4clj

Create simple interactive CLIs for Clojure applications.

Leiningen/Boot

[cli4clj "0.3.0"]

Clojure CLI/deps.edn

cli4clj/cli4clj {:mvn/version "0.3.0"}

Gradle

implementation("cli4clj:cli4clj:0.3.0")

Maven

<dependency>
  <groupId>cli4clj</groupId>
  <artifactId>cli4clj</artifactId>
  <version>0.3.0</version>
</dependency>