clojure.repl.deps

(source)
clojure.repl.deps provides facilities for dynamically modifying the available libraries in the runtime when running at the REPL, without restarting

For more info about this library see:

https://clojuredocs.org/clojure.core
Public Variable Short Description
add-lib (clj) Given a lib that is not yet on the repl classpath, make it available by downloading the library if necessary and adding it to the classloader.
add-libs (clj) 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.
sync-deps (clj) Calls add-libs with any libs present in deps.edn but not yet present on the classpath.