简体   繁体   English

com.itextpdf:book:war:5.3.1-SNAPSHOT:无法解决以下工件:

[英]com.itextpdf:book:war:5.3.1-SNAPSHOT: The following artifacts could not be resolved:

I work on this demo project http://itextpdf.com/download.php when i try to build my api i have this error message (dependencies). 当我尝试构建api时,我正在这个演示项目http://itextpdf.com/download.php上工作,我收到此错误消息(依赖项)。

Failed to execute goal on project book: Could not resolve dependencies for project   
com.itextpdf:book:war:5.3.1-SNAPSHOT: 
The following artifacts could not be resolved: 
com.itextpdf:itextpdf:jar:5.3.1-SNAPSHOT, 
com.itextpdf:itext-xtra:jar:5.3.1-SNAPSHOT, 
com.itextpdf:itext-pdfa:jar:5.3.1-SNAPSHOT, 
itext-pdfa:com.itextpdf:jar:5.3.1-SNAPSHOT: 
Could not find artifact com.itextpdf:itextpdf:jar:5.3.1-SNAPSHOT -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Since this is a SNAPSHOT version, it may not be available for download. 由于这是SNAPSHOT版本,因此可能无法下载。 You could use the 5.3.0 version which is available from maven central. 您可以使用可从Maven Central获得的5.3.0版本

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iTextPDF库JAVA-导入com.itextpdf无法解析 - iTextPDF library JAVA - The import com.itextpdf cannot be resolved 将ImportPackage com.itextpdf导入XPages中的Java类 - ImportPackage com.itextpdf into a Java Class in XPages iText 库在 Visual Studio Code 中的错误代码“导入 com.itextpdf 无法解析”。 如何在vscode中导入库? - iText library's error code "The import com.itextpdf cannot be resolved" in Visual Studio Code. How to import library's in vscode? “以下工件无法解决”:Maven / Android / Eclipse - “The following artifacts could not be resolved” : Maven / Android / Eclipse 无法在 com.itextpdf:itext7-core:pom:RELEASE 收集依赖项 - Failed to collect dependencies at com.itextpdf:itext7-core:pom:RELEASE 动态jasper或jasper报告不适用于maven依赖项:无法读取com.itextpdf:itext-pdfa:jar:5.5.0的工件描述符 - dynamic jasper or jasper reporting does not work with maven dependency: Failed to read artifact descriptor for com.itextpdf:itext-pdfa:jar:5.5.0 以下工件无法解析:org.apache.hbase:hbase:jar:0.96.1.1-hadoop2 - The following artifacts could not be resolved: org.apache.hbase:hbase:jar:0.96.1.1-hadoop2 当以下工件虽然位于Maven缓存中却无法解决时,这在Maven中意味着什么? - What does it mean in Maven when it says the following artifacts could not be resolved although they are in Maven cache? 无法解析以下工件:external.gearman.service:gearman:jar:0.6.6 - The following artifacts could not be resolved: external.gearman.service:gearman:jar:0.6.6 无法解决以下工件:javax.sql:jdbc-stdext:jar:2.0,javax.transaction:jta:jar:1.0.1B: - The following artifacts could not be resolved: javax.sql:jdbc-stdext:jar:2.0, javax.transaction:jta:jar:1.0.1B:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM