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.1.4"]

Clojure CLI/deps.edn

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

Gradle

implementation("metav:metav:1.1.4")

Maven

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