dexter 0.1-alpha-7
Dexter is an interactive, browser-based tool for visualizing and exploring the artifact dependency graph of JVM projects.
https://github.com/hlship/dexter
Even trivial projects accumulate dozens, even hundreds, of transitive dependencies, making it impossible to produce a meaningful static graph or to easily diagnose version conflicts buried deep in the tree. Dexter addresses this by letting you navigate the dependency hierarchy interactively: select any artifact to see what depends on it (dependants) and what it depends on (dependencies), with version mismatches highlighted at a glance.
Version 0.1-alpha-7:
• Many UI improvements
• New property panel to display more detailed information about selected artifact
• Can now read a pom.xml file for Maven-based projects
Install using brew install hlship/brew/dexter.
I'm very tempted to just have the properties panel open all the time (no open/close buttons).