Last active
November 25, 2020 10:09
-
-
Save ebouchut/1366811 to your computer and use it in GitHub Desktop.
How to check where a maven dependency comes from #maven #find #dependency
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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