Fork me on GitHub
#leiningen
<
2016-07-29
>
hlship22:07:04

I’m working on a plugin to graph dependencies using Graphviz. I’d like to see the full tree of dependencies and I’m not sure how to get that. classpath/dependency-hierarchy almost does what I want, but each transitive dependency is listed once; I’m interested in a graph that shows which transitives resolve to each other.