cli4clj

Create simple interactive CLIs for Clojure applications.

Leiningen/Boot

[cli4clj "1.7.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("cli4clj:cli4clj:1.7.1")

Maven

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