init option for clj-wrepl to load dependencies using Pomegranate
Add in your wrepl config:
{:wrepl/init [#ig/ref :wrepl.pomegranate/init]
:wrepl.pomegranate/init {:coordinates [[com.rpl/specter "1.0.3"]]}}
The config follows the add-classpath usage example:
:coordinates: deps as list (like in a Leiningen project.clj):repositories (optional): Map with repos; Default:
{"clojars" "https://clojars.org/repo"
"jcenter" "https://jcenter.bintray.com"}
Can you improve this documentation?Edit on GitHub
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 |