mvt-clj

A library in the mvt, minimum viable toolset, for repl driven Clojure development.

Leiningen/Boot

[mvt-clj "0.1.9"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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