sbt-dependency-graph
sbt-dependency-graph copied to clipboard
sbt plugin to create a dependency graph for your project
Currently, for each dependency the entire subtree is printed every time the dependency is encountered while walking the graph. This makes the output of `sbt dependencyTree` and `sbt dependencyGraph` extremely...
I have to deal here with a depenency tree of 38K lines. It would be a lot more manageable if the evicted parts could be excluded. Please add a switch...
I finally got around to whipping this up. Everything I needed was in place, so there is not much to review. Let me know what you think about it. Thanks!...
This yields "No license specified" for projects where the licence is provided in a parent `pom.xml`. One such example is `org.apache.lucene % lucene-core % "5.2.1"` where the pom itself does...
The sbt 1.0 version does not `dependencyGraph` any more because there is no released version of `asciiGraph` for Scala 2.12. With the advent of `dependencyBrowseGraph`, this feature is not as...
Hi, I'm using your tool to get the dependency graph of my project but I only want the first depth level of the dependencies. I didn't see any option to...
It would be helpful if you could only include certain artifacts in the dependency - for example, only artifacts whose organization is com.foo.bar. This would be very helpful for visualizing...
when the graph is complex, it is very difficult to follow the parents and children of each dependency (see example at the bottom) add a feature, than when a dependency...
In version 0.7.4 It seems all evicted `scala-library` of transitive dependencies are displaying in the output, occupying a lot of screen space. example: ``` [info] +-io.spray:spray-routing-shapeless2_2.11:1.3.2 [info] | +-com.chuusai:shapeless_2.11:2.0.0 [S]...