概述
一、浏览器登录maven中央仓库网址
【maven中央仓库网址】https://mvnrepository.com/
二、搜索需要的jar包
三、点击坐标mybatis坐标进入
四、套用模板,操作看图
mvn dependency:get -DremoteRepositories=url -DgroupId=groupId -DartifactId=artifactId -Dversion=version
五、win+R输入cmd打开命令窗口,执行刚才生成的代码:mvn dependency:get -DremoteRepositories=https://mvnrepository.com/artifact/org.mybatis/mybatis -DgroupId=org .mybatis -DartifactId=mybatis -Dversion=3.5.9
最后
以上就是温柔大雁为你收集整理的从maven中央仓库手动下载jar包到本地仓库的全部内容,希望文章能够帮你解决从maven中央仓库手动下载jar包到本地仓库所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复