metav

a library that helps the release and versioning process of Clojure projects, particularly the one using tools.deps and a Monorepo style

Leiningen/Boot

[metav "1.4.7"]

Clojure CLI/deps.edn

metav/metav {:mvn/version "1.4.7"}

Gradle

implementation("metav:metav:1.4.7")

Maven

<dependency>
  <groupId>metav</groupId>
  <artifactId>metav</artifactId>
  <version>1.4.7</version>
</dependency>