无法解析 icu4j
在我的 pom.xml 中,我有许多依赖项,但其中一个尚未解决:
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>70.1</version>
</dependency>
产生错误:
无法解析 com.ibm.icu:icu4j:70.1
我已经检查过,maven 上存在 icu4j 版本 70.1。
我尝试刷新 Maven 并重建,但没有帮助。
有什么想法吗?
In my pom.xml I have many dependencies, but one is not resolved:
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>70.1</version>
</dependency>
Producing the error:
Cannot resolve com.ibm.icu:icu4j:70.1
I've checked and icu4j version 70.1 exists on maven.
I've tried to refresh the maven and also to rebuild, but no help.
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论