Finding Maven dependencies


/ Published in: Other
Save to your folder(s)

finds the how the included dependency was introduced


Copy this code and paste it in your HTML
  1. mvn dependency:tree -Dincludes=groupId:artifactId
  2.  
  3. eg.
  4.  
  5. mvn dependency:tree -Dincludes=velocity:velocity

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.