List of dependency jar files in Maven

This command will generate the dependencies tree of your maven project:

$ mvn dependency:tree

I am sure that you will like the result 🙂

Leave a Comment