commandline-clj

Clojure command line parsing library.

Leiningen/Boot

[commandline-clj "0.1.3-SNAPSHOT"]

Clojure CLI/deps.edn

commandline-clj/commandline-clj {:mvn/version "0.1.3-SNAPSHOT"}

Gradle

implementation("commandline-clj:commandline-clj:0.1.3-SNAPSHOT")

Maven

<dependency>
  <groupId>commandline-clj</groupId>
  <artifactId>commandline-clj</artifactId>
  <version>0.1.3-SNAPSHOT</version>
</dependency>