maven Missing artifact xxxx:jar:1.9
Posted sz_zzm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven Missing artifact xxxx:jar:1.9相关的知识,希望对你有一定的参考价值。
出现这种情况一般都是因为maven资源库中不包含指定的jar包
解决方法:
1.建立自己的Nexus私服 (复杂但是推荐使用)
2.添加其他有此版本的中央库,即添加代理 (需要很顺畅的网络支持)
3.mvn install 将jar包直接装载到本地的.m2资源库,自定义groupid,artififactid,versionid。(不推荐,只可临时应急用)
以上是关于maven Missing artifact xxxx:jar:1.9的主要内容,如果未能解决你的问题,请参考以下文章
maven Missing artifact xxxx:jar:1.9
Maven报错Missing artifact jdk.tools:jdk.tools:jar:1.7--转