当前位置: 首页 > 工具软件 > just-api > 使用案例 >

eclipse 解决Missing artifact org.just.api:org-just-api:jar:1.9.3问题

越学文
2023-12-01

Maven显示错误:
Missing artifact org.just.api:org-just-api:jar:1.9.3 pom.xml 。
The container ‘Maven Dependencies’ references non existing library

解决方法:
1.下载 org-just-api-1.9.3.jar,链接:https://pan.baidu.com/s/1uYcNXvVU3-nhhOFwOsGTLw
提取码:1sgu

2.org-just-api-1.9.3.jar放到maven库里。我本地的maven仓库地址:
C:\Users\Administrator.m2\repository\org\just\api\org-just-api\1.9.3
3.之后将目录下的*.lastUpdated,尤其是_remote.repositories删除掉,留org-just-api-1.9.3.jar。
4.eclipse中选中项目,右键maven–update project,完成。

 类似资料: