Project tool window

View dependencies in the Project tool window

In the Project tool window, ⌘1 (macOS) / Alt+1 (Windows/Linux), under External Libraries we can see all the JAR files needed by our application, including the transitive dependencies. However, we cannot tell the difference between direct dependencies and transitive dependencies. One declared dependency might bring in multiple JAR files.

Project tool window