There is also a command option. Go to the root folder of your project (you will see a pom file there) At the command prompt, enter "mvn dependency: tree", this should print the entire dependency of your project on the console.
You can redirect console output to a file if the dependency tree is too large to fit into the console; It is always easy to view this in a file.
source share