(make-classpath)
(make-classpath {:keys [deps-map aliases]})
Builds a classpath by using the provided deps spec or, by default, the deps.edn file of the current project. Returns the built classpath as a string.
Builds a classpath by using the provided deps spec or, by default, the deps.edn file of the current project. Returns the built classpath as a string. - deps-map: A map with the same format than a deps.edn map. Default to the deps.edn map of the project (without merging the system-level and user-level deps.edn maps), with the addition of the maven central and clojars repositories. - aliases: Alias keywords used while building the classpath.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |