clj-help

Simple help macro to regroup contrib functions useful for interactive development.

Leiningen/Boot

[clj-help "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-help/clj-help {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-help:clj-help:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-help</groupId>
  <artifactId>clj-help</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>