Could not find artifact com.aliyun:aliyun-sdk-vod-upload:pom:1.4.13 in alimaven (https://maven.aliyu

1.阿里云 视频点播 上传 sdk maven 下载不到 

2.解决方案

1.去官网下载sdk 

https://help.aliyun.com/document_detail/51992.html?spm=a2c4g.11186623.4.5.1fb9419amjLiYL#title-mbq-hhb-gy2

2.解压打开 进入lib 文件夹 

Could not find artifact com.aliyun:aliyun-sdk-vod-upload:pom:1.4.13 in alimaven (https://maven.aliyu

3.在此次打开cmd   输入

mvn install:install-file -DgroupId=com.aliyun -DartifactId=aliyun-sdk-vod-upload -Dversion=1.4.13 -Dpackaging=jar -Dfile=aliyun-java-vod-upload-1.4.13.jar

4.成功解决

Could not find artifact com.aliyun:aliyun-sdk-vod-upload:pom:1.4.13 in alimaven (https://maven.aliyu

 

Could not find artifact com.aliyun:aliyun-sdk-vod-upload:pom:1.4.13 in alimaven (https://maven.aliyu

 

上一篇:springCloud中的服务调用feign


下一篇:Maven的安装与官方(本地)引入jar(当无法联网引入时)