Liking cljdoc? Tell your friends :D
Clojure only.

clj-deps.core

Tools for adding libraries to Runtime.

Original file:
https://github.com/clojure/tools.deps.alpha/blob/add-lib/src/main/clojure/clojure/tools/deps/alpha/repl.clj
raw docstring

add-libclj

(add-lib lib coord)
(add-lib lib coord config)

Add lib at coord to the current runtime environment. All transitive dependencies will also be considered (in the context of the current set of loaded dependencies) and new transitive dependencies will also be loaded. Returns true if any new libs were loaded.

Example: (add-lib 'org.clojure/core.memoize {:mvn/version "0.7.1"})

Add lib at coord to the current runtime environment. All transitive
dependencies will also be considered (in the context of the current set
of loaded dependencies) and new transitive dependencies will also be
loaded. Returns true if any new libs were loaded.

Example:
 (add-lib 'org.clojure/core.memoize {:mvn/version "0.7.1"})
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close