Skip to content

Instantly share code, notes, and snippets.

@ebouchut
Last active November 25, 2020 10:09
Show Gist options
  • Save ebouchut/1366811 to your computer and use it in GitHub Desktop.
Save ebouchut/1366811 to your computer and use it in GitHub Desktop.
How to check where a maven dependency comes from #maven #find #dependency
#
# To check from where a maven dependency comes from
#
mvn dependency:tree -Dincludes=groupId:artifactId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment