gpt4 book ai didi

java - net.sf.josql 是什么?在哪里?

转载 作者:行者123 更新时间:2023-12-01 14:29:00 25 4
gpt4 key购买 nike

在 Maven Central 中查看这个 pom(以及其他各种 poms): http://repo1.maven.org/maven2/org/apache/activemq/activemq-optional/5.6.0/activemq-optional-5.6.0.pom .

在这些poms中是对net.sf.josql的依赖

<dependency>
<groupId>net.sf.josql</groupId>
<artifactId>josql</artifactId>
</dependency>
<dependency>
<groupId>net.sf.josql</groupId>
<artifactId>gentlyweb-utils</artifactId>
</dependency>

当你尝试 http://mvnrepository.com/artifact/net.sf.josql/josql ,它将返回 404。

那么...为什么 maven central 会有一个 pom,其中包含在 maven central 中找不到的依赖项?

事实上,无论是jboss还是maven中央仓库,我都找不到net.sf.josql。

它是什么,我在哪里可以找到它?

最佳答案

来自 Guide to uploading artifacts to the Central Repository :

I have other repositories or pluginRepositories listed in my POM, is that a problem?

At present, this won't preclude your project from being included, but we do strongly encourage making sure all your dependencies are included in Central. If you rely on sketchy repositories that have junk in them or disappear, it just creates havok for downstream users. Try to keep your dependencies among reliable repos like Central, Jboss, etc.

很明显,Apache 希望人们这样做,但他们并没有完全强制执行。

谷歌搜索您的 Artifact ,它似乎托管在这里:http://repo.fusesource.com/maven2/ .您需要将其添加为 POM 或设置文件中的附加存储库(有关 rune ,请参阅 http://maven.apache.org/guides/mini/guide-multiple-repositories.html)。

关于java - net.sf.josql 是什么?在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12938083/

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