org.clojars.technomancy/clj-stacktrace

More readable stacktraces in Clojure programs.

Leiningen/Boot

[org.clojars.technomancy/clj-stacktrace "0.2.1-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.technomancy/clj-stacktrace {:mvn/version "0.2.1-SNAPSHOT"}

Gradle

implementation("org.clojars.technomancy:clj-stacktrace:0.2.1-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.technomancy</groupId>
  <artifactId>clj-stacktrace</artifactId>
  <version>0.2.1-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.