Every tool takes dependency as its unit of address, so the same coordinate carries straight through from get_clojars_latest_version to check_clojars_version_exists to get_clojars_history without re-deriving anything. The scope stops at versions — nothing here reads a project's dependency file, resolves a tree or reports vulnerabilities — which makes it an answer to "what should I pin?" rather than a dependency manager.
A lookup server over Clojars, answering version questions about a dependency given as a Maven artifact.
- get_clojars_latest_version returns the latest version of a dependency.
- check_clojars_version_exists answers whether a named version of a dependency is published, taking dependency and version.
- get_clojars_history returns a dependency's version history, bounded by limit.
Nothing — no account, no key.
One command — npx -y clojars-deps-server
