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 的 unix 中使用没有 maven 和 eclipse 的 google 数据流。有没有办法做到这一点?
您当然可以在没有 Eclipse 的情况下使用 Dataflow。我们提供插件只是为了方便。
而且你也不需要使用 maven 本身。但是,依赖管理是一个足够困难的问题,您将要使用现有的解决方案。有许多构建工具可以理解 POM 样式的依赖关系并与 Maven Central 进行通信。一些这样的工具是 Apache Maven、Apache Ant(通过 Apache Ivy)、Gradle 和 SBT。