我正在尝试下载 gnu.trove 库,我有这个依赖项:
<!-- https://mvnrepository.com/artifact/gnu.trove/trove -->
<dependency>
<groupId>gnu.trove</groupId>
<artifactId>trove</artifactId>
<version>3.0.3</version>
</dependency>
但我收到这个错误:
Could not find artifact gnu.trove:trove:jar:3.0.3 in central (https://repo.maven.apache.org/maven2)
为什么?我应该添加一些其他存储库吗pom.xml?现在我列出了这个存储库:
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
慕后森
MYYA
MMTTMM
相关分类