ClojureDocs

Nav

Namespaces

add-libs

clojure.repl.deps

Available since 1.12
  • (add-libs lib-coords)
Given lib-coords, a map of lib to coord, will resolve all transitive deps for the libs
together and add them to the repl classpath, unlike separate calls to add-lib.