lein-report

Generate a report about a project based on other lein plugins

Leiningen/Boot

[lein-report "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

lein-report/lein-report {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("lein-report:lein-report:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>lein-report</groupId>
  <artifactId>lein-report</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>