标签: maven
Maven依赖项处理(即下载)是否通过插件完成? Maven是否使用了依赖插件卧底(https://maven.apache.org/plugins/maven-dependency-plugin/)?
答案 0 :(得分:1)
是的,Maven 正在使用依赖项插件下载依赖项。
您可以查看 dependency:get 文档甚至 GetMojo source code 以了解更多详细信息。