java - 在中央找不到 Maven Artifact

标签 java maven

我正在尝试使用这个Maven项目的依赖项 https://mvnrepository.com/artifact/org.eclipse.ecf.protocol/bittorrent/0.3.0 我在我的 pom.xml 中使用了该声明,当我更新项目时,它无法解决此 https://repo.maven.apache.org/maven2/ 的依赖关系网址。

Maven Error screenshot

所以我查了一下页面,there没有Bittorent那里的 jar 。谁能解释一下为什么 maven2 存储库中缺少这个 jar 以及如何解决此错误。我尝试了其他答案,但对这个答案没有任何作用。

最佳答案

作者还有其他方法可以在其公共(public)网站上托管其 jar。但我不确定为什么此存储库中会出现依赖项解析错误,当我发现我将编辑此答案以包含它时。 在此之前,您可以从存储库页面的文件部分下载 jar 并将其包含在您的类路径中以暂时解决此问题。

这是link to file

关于java - 在中央找不到 Maven Artifact ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73645126/

相关文章:

java - Weblogic (12.2.1.3.0) 的 NoSuchBeanDefinitionException :No qualifying bean of type [weblogic. messages.saf.internal.SAFServerService]

java - 使用 Maven 进行 jaxb 情景编译

Azure Pipeline Maven 版本 :perform fails with "The git-clone command failed."

java - Languagetool 示例 : java. lang.NoSuchMethodError : org. apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar

maven - 学习Maven,被依赖注入(inject)迷惑

java - Maven JAVA_HOME 环境变量未正确定义,但它是

java - JAVA/ATG中需要检查密码是否包含与UserName相同的字符序列

java - UDP 数据包发现不起作用

java - 如何生成唯一的随机数,即使应用程序在一天内关闭

Java 语言规范 : LambdaExpression in Java ConditionalExpression