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.
我正在尝试在 Eclipse Juno 中下载 Zest,但不幸的是,我无法做到。我需要的是:
org.eclipse.zest
我找不到 Zest 的 Maven 依赖项,也不知道如何安装它。有谁知道如何在 Eclipse Juno 中安装 Zest 以及如何使用 Maven 来完成。谢谢你的时间。
您可以获得源代码,mvn install它可以通过使用本地存储库使其可用于 Eclipse。或者,如果您有自己的 maven 服务器(例如,nexus 安装),您可以mvn deploy使用它或直接上传工件。
mvn install
mvn deploy