mvn dependency:tree -Dverbose Displays the dependency tree for this project

mvn clean source:jar install -DskipTests install package with source code

Get source JARs from Maven repository

mvn dependency:sources
mvn dependency:resolve -Dclassifier=javadoc

The first command will attempt to download source code for each of the dependencies in your pom file.

The second command will attempt to download the Javadocs.

Snapshot

GitHub - eirslett/frontend-maven-plugin: "Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.

Maven 快照(SNAPSHOT) | 菜鸟教程

Maven快照机制(SNAPSHOT) - EasonJim - 博客园

com.microsoft.sqlserver:mssql-jdbc:jar:10.2.3.jre8:compile (version managed from 8.2.2.jre8) ?

Maven Dependency - Managed from Version?

Deploying 3rd party JARs to remote repository