cloc

Serve docs from your classpath to a local web server.

Leiningen/Boot

[cloc "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

cloc/cloc {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("cloc:cloc:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>cloc</groupId>
  <artifactId>cloc</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>