List all the dependencies used by a module

The module.ivy of a module lists all the dependencies of a module. However, additional modules may be used because they are dependencies of our dependencies. Those dependencies are called transitive dependencies.

To list the all Ivy dependencies used by module you can do one of the following:

  • Look at the list of modules under Module Dependencies in the Package Manager

  • Look at the file ivy-fixed.xml produced when the module is built (Right-Click on the module and select Build Module) in the target~ folder