find-images

Find entries in metadata db with metadata that matches a given string, including all nested keywords.

Leiningen/Boot

[find-images "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

find-images/find-images {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("find-images:find-images:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>find-images</groupId>
  <artifactId>find-images</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>