Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.34 KB

File metadata and controls

43 lines (31 loc) · 1.34 KB

To Manage Dependencies

Watch this space.

Clojure projects invariably build on resources published under Maven and in git repositories. Tools like the Clojure CLI and Leiningen use configuration files to declare where these dependencies are located, and what versions are being referenced.

Supports

Done when

  • Your project brings in dependencies for all the functionality support you need

Some ways to confirm this

Otherwise

To view your dependency tree

  • Options:
    • under Clojure CLI:
      • clojure -X:deps tree
    • under Leiningen:
      • lein deps tree