user496949
user496949

Reputation: 86055

Any quick way to find dependency information?

Besides google, is there better way to get dependency information for Maven.

Upvotes: 0

Views: 49

Answers (1)

Nishant
Nishant

Reputation: 55856

dependency:tree

As described here

dependency:tree Displays the dependency tree for this project.

refer: http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html

Upvotes: 2

Related Questions