mate-clj

A Clojure library that will help you debug your code and understand the flow.

Leiningen/Boot

[mate-clj "0.1.9"]

Clojure CLI/deps.edn

mate-clj/mate-clj {:mvn/version "0.1.9"}

Gradle

implementation("mate-clj:mate-clj:0.1.9")

Maven

<dependency>
  <groupId>mate-clj</groupId>
  <artifactId>mate-clj</artifactId>
  <version>0.1.9</version>
</dependency>