当前位置: 代码迷 >> 综合 >> Cannot resolve com.baidu:ueditor:1.1.2
  详细解决方案

Cannot resolve com.baidu:ueditor:1.1.2

热度:95   发布时间:2023-12-17 13:48:21.0

Cannot resolve com.baidu:ueditor:1.1.2

刚要接手一个项目,用到了百度的UEditor,but在网上找了好久都没有找到此jar包,垃圾项目跑不起来。

<dependency><groupId>com.baidu</groupId><artifactId>ueditor</artifactId><version>1.1.2</version>
</dependency>

在这里插入图片描述

那就曲线救国吧
一、打开gitbub地址:https://github.com/fex-team/ueditor/releases

二、下载
在这里插入图片描述
三、解压

在这里插入图片描述
四、install 本地仓库

mvn install:install-file -Dfile=C:\Users\yundo\Downloads\ueditor1_4_3_2-gbk-jsp\gbk-jsp\jsp\lib\ueditor-1.1.2.jar -DgroupId=com.baidu -DartifactId=ueditor -Dversion=1.1.2 -Dpackaging=jar

注意自己的jar目录位置

在这里插入图片描述
至此完成!!!
附录:
指定 maven home
在这里插入图片描述

指定 仓库位置,
在这里插入图片描述

  相关解决方案