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

Clojure CLI/deps.edn

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

Gradle

implementation("metav:metav:1.2.2")

Maven

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