LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gradle-dependencies

Gradle dependency tree viewer

TLDR

List dependencies
$ gradle dependencies
copy
Show specific configuration
$ gradle dependencies --configuration [compileClasspath]
copy
Module dependencies
$ gradle :module:dependencies
copy
Output to file
$ gradle dependencies > deps.txt
copy

SYNOPSIS

gradle dependencies [options]

DESCRIPTION

gradle dependencies displays the dependency tree for a project. It shows all direct and transitive dependencies with their versions and conflict resolution.The output shows dependency hierarchies for different configurations (compile, runtime, test), helping to understand dependency chains and version conflicts.

PARAMETERS

--configuration NAME

Specific configuration to show.
--help
Display help information.

INSTALL

sudo pacman -S gradle
copy
sudo apk add gradle
copy
brew install gradle
copy
nix profile install nixpkgs#gradle
copy

CAVEATS

Large trees can be overwhelming. Use --configuration to filter. Check for version conflicts.

HISTORY

The dependencies task is a standard Gradle diagnostic task for understanding project dependencies.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid