How to view maven dependency hierarchy in intellij

I also like the Maven Helper Plugin.

Allows you to see dependencies as a tree, see conflicts, search in them. It looks a lot like the Eclipse tooling.

Notice the Text and Dependency Analyzer tabs that appear at the bottom of the POM editor panel. Click the analyzer tab to see results as shown in this screenshot.

screenshot of Maven Helper Plugin window


You can try: Menu -> View -> Tool Windows -> Maven Projects

And then you can see new view openned.

Open your Dependencies tree, and you can see all the dependency hierarchy.

enter image description here