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

Clojure CLI/deps.edn

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

Gradle

implementation("metav:metav:1.4.0")

Maven

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