clojure.repl.deps
A
Given a lib that is not yet on the repl classpath, make it available by downloading the library if necessary and addin...
function([lib coord] [lib])
Given lib-coords, a map of lib to coord, will resolve all transitive deps for the libs together and add them to the re...
function([lib-coords])
S
Calls add-libs with any libs present in deps.edn but not yet present on the classpath. :aliases - coll of alias key...
function([& {:as opts}])