gpt4 book ai didi

java - 可以在 mvnrepository.com 上找到 Maven 依赖项,但在 repo.maven.apache.org/maven2/上找不到

转载 作者:行者123 更新时间:2023-12-02 08:55:07 32 4
gpt4 key购买 nike

我的 POM 文件中有以下 Maven 依赖项

<dependency>
<groupId>com.teradata.jdbc</groupId>
<artifactId>terajdbc4</artifactId>
<version>16.20.00.10</version>
</dependency>

我可以在 mvnrepository.com here 上找到,但是当我编译时,我收到 Unresolved 依赖项错误,并且在错误中它表示无法在 https://repo.maven.apache.org/maven2 中找到此依赖项(这是真的)。所以我想知道为什么它存在于 mvnrepository.com 中而不是 https://repo.maven.apache.org/maven2 中?哪一个才是真正的中央存储库?

最佳答案

看来 mvnrepository.com 实际上是跨许多存储库的聚合器,而不仅仅是 Maven Central。

您链接到的 Artifact 包含注释:

this artifact it located at ICM repository (http://maven.icm.edu.pl/artifactory/repo/)

您可以check out mvnrepository.com 索引的所有不同存储库。

要搜索 Maven Central,请使用 https://search.maven.org/

关于java - 可以在 mvnrepository.com 上找到 Maven 依赖项,但在 repo.maven.apache.org/maven2/上找不到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60534991/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com