You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Usually Java project dependencies are managed with Maven. In that case a pom.xml will be found at the root of the project. Running mvn --no-transfer-progress dependency:tree will print the direct and transitive Java dependencies.
The maven package needs to installed to provide the command mvn.
Usually Java project dependencies are managed with Maven. In that case a pom.xml will be found at the root of the project. Running
mvn --no-transfer-progress dependency:tree
will print the direct and transitive Java dependencies.The
maven
package needs to installed to provide the commandmvn
.Here is some sample output:
The text was updated successfully, but these errors were encountered: