Failed to read artifact descriptor for com.aliyun.openservices:aliyun-openservices:jar:2.0.0-OTS


当前第2页 返回上一页

[ERROR]pom.xml文件配置如下:

<dependency>
	<groupId>com.aliyun.openservices</groupId>
	<artifactId>aliyun-openservices</artifactId>
	<version>2.0.0-OTS</version>
</dependency>

重复操作了几次Maven clean和install,对应的jar一直下载不下来。

总是报如上错误,后来叫旁边同事看了下,他怀疑是不是版本问题,后来换一个版本重新下载,发现项目不报错了,jar下载下来了,可能是仓库里的2.0.0-OTS版本被删除了或有问题下架了吧。

所以这个问题告诉我们,jar包下载不下来时,换个版本也是一种解决方案。

改完后的pom.xml配置:

<dependency>
	<groupId>com.aliyun.openservices</groupId>
	<artifactId>aliyun-openservices</artifactId>
	<version>OTS-2.0.4</version>
</dependency>

返回前面的内容

相关阅读 >>

apache maven web 应用

could not transfer artifact com.microsoft.sqlserver:mssql-jdbc:pom:7.4.1.jre8 from/to central

apache maven 工程模版

apache maven 工程文档

apache maven 外部依赖

java.lang.classnotfoundexception: org.springframework.web.context.contextloaderlistener

apache maven pom

apache maven 构建自动化

apache maven 自动化部署

failed to read artifact descriptor for com.aliyun.openservices:aliyun-openservices:jar:2.0.0-ots

更多相关阅读请进入《maven》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...

    正在狠努力加载,请稍候...