0


Maven导入包

在这里插入图片描述
有些时候maven导入不进去包,这个时候可以去直接去maven仓库找到你需要的包

https://mvnrepository.com/

在这里插入图片描述
在自己本地输入命令
(这只是一个样例,请根据自己需要的包参考)

mvn install:install-file -Dfile="C:/Users//Downloads/echo-maven-plugin-0.3.0.jar" -DgroupId="com.soebes.maven.plugin" -DartifactId="echo-maven-plugin" -Dversion="0.3.0" -Dpackaging="jar"
标签: maven python pycharm

本文转载自: https://blog.csdn.net/FourAu/article/details/132517525
版权归原作者 FourAu 所有, 如有侵权,请联系我们删除。

“Maven导入包”的评论:

还没有评论