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"
相关推荐
鲸屿19524 分钟前
python之socket网络编程
开发语言·网络·python
里昆28 分钟前
【AI】Tensorflow在jupyterlab中运行要注意的问题
人工智能·python·tensorflow
AI视觉网奇30 分钟前
pycharm 最新版上一次编辑位置
python
2401_828890641 小时前
使用 BERT 实现意图理解和实体识别
人工智能·python·自然语言处理·bert·transformer
多恩Stone2 小时前
【3DV 进阶-2】Hunyuan3D2.1 训练代码详细理解下-数据读取流程
人工智能·python·算法·3d·aigc
xiaopengbc2 小时前
在 Python 中实现观察者模式的具体步骤是什么?
开发语言·python·观察者模式
Python大数据分析@2 小时前
python用selenium怎么规避检测?
开发语言·python·selenium·网络爬虫
ThreeAu.2 小时前
Miniconda3搭建Selenium的python虚拟环境全攻略
开发语言·python·selenium·minicoda·python环境配置
偷心伊普西隆3 小时前
Python EXCEL 理论探究:格式转换时处理缺失值方法
python·excel