mate-clj

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

Leiningen/Boot

[mate-clj "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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