简体   繁体   English

未加载外部 jar 文件中的 Maven 依赖项

[英]Maven dependencies in external jar files not loading

I'm having a spring based project which does not have any build management tools like maven/gradle.我有一个基于 spring 的项目,它没有任何构建管理工具,如 maven/gradle。 For dependencies I'm adding the jar files to the build path.对于依赖项,我将 jar 文件添加到构建路径。 Some dependencies like aws-java-sdk and others having only pom.xml files in their jar files.一些依赖项,如 aws-java-sdk 和其他仅在其 jar 文件中具有 pom.xml 文件的依赖项。 These additional dependencies for the jar files are not getting downloaded from maven central repo. jar 文件的这些附加依赖项不会从 maven 中央存储库下载。 Is there any additional configuration need to be done for this?是否需要为此进行任何其他配置?

For dependency resolution, you need a build tool.对于依赖关系解析,您需要一个构建工具。

The standard tools nowadays are Maven or Gradle.现在的标准工具是 Maven 或 Gradle。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM