get_clojars_latest_version
Retrieve the latest version of a Clojars library dependency by specifying its group/artifact name, ensuring up-to-date integration in Clojure projects.
Instructions
Get the latest version of a Clojars dependency (Maven artifact)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependency | Yes | Clojars dependency name in format "group/artifact" (e.g. "metosin/reitit") |