cljr add project dependency - clojure-emacs/clj-refactor.el GitHub Wiki
ap Add project dependency
Easily add new project dependencies. The function takes you through the following steps:
- Completing read among artifacts from clojars, and a selection from maven central.
- Completing read among of available versions.
- Insertion of dependency vector into
project.clj, orbuild.boot. - Hotloading of the artifact into the REPL.
When this function is called with a prefix the artifact cache is invalidated and updated, synchronously.
The variable cljr-hotload-dependencies defaults to true and
determines if new dependencies should be hotloaded or not.
