re-find

find functions by matching specs

Leiningen/Boot

[re-find "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

re-find/re-find {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("re-find:re-find:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>re-find</groupId>
  <artifactId>re-find</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>