Created
January 11, 2022 07:35
-
-
Save xinyii/d427eea80ff72beb2f767f780832d442 to your computer and use it in GitHub Desktop.
[Gradle dependencies] #gradle
This file contains hidden or 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
# print all dependencies | |
gradle dependencies | |
# print a dependeny | |
gradle dependencyInsight --dependency <name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment