Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在小型 Java 项目中管理依赖项的最佳实践是什么?小意思是一个 Eclipse Java 项目。我已将 4 个不同的第三方 jar 添加到 Eclipse 构建路径中。我有使用 Maven 的经验,但是对于这个小范围,它似乎不适合。我读过 Gradle,但没有尝试过。解决这个问题的最佳方法是什么?
我推荐 Apache IvyIDE。
http://ant.apache.org/ivy/ivyde/
它允许您管理在 Java Eclipse 项目中的 ivy.xml 中声明的依赖项。