maven 下载 jar 包到本地

如果希望不使用 pom.xml 文件,直接下载某个 jar 及其依赖

mvn -DgroupId=com.microsoft.azure -DartifactId=azure-eventhubs-spark_2.11 -Dversion=2.3.18 -Dtransitive=true dependency:get
posted @ 2021-01-01 15:00  moon~light  阅读(363)  评论(0编辑  收藏  举报