Missing artifact com.github.pagehelper:pagehelper:jar:3.4.2-fix的解决方法

Posted hxun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Missing artifact com.github.pagehelper:pagehelper:jar:3.4.2-fix的解决方法相关的知识,希望对你有一定的参考价值。

使用pagehelper.3.4.2.jar时报错,应该是无法从网络上下载该jar。

我的解决方案是:

从网络上下载一个pagehelper.3.4.2.jar包,然后复制到.m2目录中

如我的目录是C:\\Users\\xx\\.m2\\repository\\com\\github\\pagehelper\\pagehelper\\3.4.2-fix,然后重启eclipse就可以了。

下载地址:

链接: https://pan.baidu.com/s/1Pgw3h80VPhKJUbEMkq-VIA 提取码: 9vx6 。

 

 

 

 

转载:https://www.cnblogs.com/liaoxiaolao/p/10121022.html

以上是关于Missing artifact com.github.pagehelper:pagehelper:jar:3.4.2-fix的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Maven报错Missing artifact jdk.tools:jdk.tools:jar:1.7--转

maven missing artifact 怎么解决

修改maven产生missing artifact错误

导入maven项目pom.xml首行报错missing artifact。。。

关于maven的POM提示missing artifact...jar

eclipse导入maven工程missing artifact(实际是存在的)错误解决