org.bituf/clj-argutil

Clj-ArgUtil is a collection of commonly used Clojure functions to deal with arguments, both internal (function arguments) and external (that you provide to the application). No external libraries are needed to run Clj-ArgUtil.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 44 Downloads
  • 44 This Version

Leiningen/Boot

[org.bituf/clj-argutil "0.1"]

Clojure CLI/deps.edn

org.bituf/clj-argutil {:mvn/version "0.1"}

Gradle

implementation("org.bituf:clj-argutil:0.1")

Maven

<dependency>
  <groupId>org.bituf</groupId>
  <artifactId>clj-argutil</artifactId>
  <version>0.1</version>
</dependency>