If you’re working on a real world project, you’re probably using external dependencies. You might need to analyze which dependencies your application uses. For example, you may want to find out how a particular version of a dependency ended up in your application. Let’s take a look at how IntelliJ IDEA can help you to analyze dependencies.
Links
- Maven Dependency Analyzer (JetBrains – IntelliJ IDEA documentation)
- Gradle Dependency Analyzer (JetBrains – IntelliJ IDEA documentation)
- Managing Dependencies (blog with video)
- Viewing Dependencies (blog with video)