On Wed, Nov 2, 2011 at 2:09 PM, Craig Brozefsky <cr...@red-bean.com> wrote: > I am making a project that uses clojure 1.3, and I want to use autodoc, > and I'm not sure which dependency line should be in my project.clj.
Things like autodoc are usually best installed as user-level plugins, so stick with "lein plugin install $FOO $VERSION". To find the right version, usually your best bet is something like: $ lein search "autodoc AND NOT g:org.clojars*" > So, I'm asking for a suggested dep for that, but also I am wondering > what is the standard operating procedure for resolving such dependency > issues. Is there some Maven black magick I should familiarize myself > with in order to list packages and their deps? If you're interested in a full transitive dependency listing, you actually need Maven: $ lein pom && mvn dependency:tree I hope to port that to lein at some point as it's fantastically useful. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en