标签:osi div nbsp blank commons font 运行 src size
中央仓库地址:https://mvnrepository.com/
这边我搜索一个commons-logging包作为例子:
点击下面第二个绿色的comons-logging进入这个页面:
一、win+R打开cmd
二、输入命令:(用上面maven里面的内容替换下面对应的内容)
mvn dependency:get -DremoteRepositories=url -DgroupId=groupId -DartifactId=artifactId -Dversion=version
即:
mvn dependency:get -DremoteRepositories=https://mvnrepository.com/artifact/commons-logging/commons-logging -DgroupId=commons-logging -DartifactId=commons-logging -Dversion=1.1.1
等命令运行完毕之后,在我的本地仓库里面可以看到,该jar包已经下载了下来:
标签:osi div nbsp blank commons font 运行 src size
原文地址:https://www.cnblogs.com/zhang-yawei/p/10423229.html