mach

A Clojure build tool

Leiningen/Boot

[mach "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

mach/mach {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("mach:mach:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>mach</groupId>
  <artifactId>mach</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>