com.chartbeat.cljbeat/options

Chartbeat specific option parsing utility functions.

Leiningen/Boot

[com.chartbeat.cljbeat/options "1.0.0"]

Clojure CLI/deps.edn

com.chartbeat.cljbeat/options {:mvn/version "1.0.0"}

Gradle

implementation("com.chartbeat.cljbeat:options:1.0.0")

Maven

<dependency>
  <groupId>com.chartbeat.cljbeat</groupId>
  <artifactId>options</artifactId>
  <version>1.0.0</version>
</dependency>