How to get a dependency tree for an artifact?

dependency:tree can be used to see the dependency tree for a given project. But what I need is to see the dependency tree for a 3rd party artifact.

I guess I can create an empty project, but I’m looking for something easier (I need to do this for several artifacts).

10 Answers
10

Leave a Comment