使用没有maven和eclipse的谷歌数据流

时间:2021-02-23 15:20:27

I want to use google dataflow without maven and eclipse in unix with java. is there a way to do that?

我想在没有maven和eclipse的情况下使用谷歌数据流与unix与java。有没有办法做到这一点?

1 个解决方案

#1


3  

You can certainly use Dataflow without Eclipse. We offer a plugin just as a convenience.

你当然可以在没有Eclipse的情况下使用Dataflow。我们提供插件只是为了方便。

And you are also not required to use maven itself. However, dependency management is a hard enough problem that you are going to want to use an existing solution. There are many build tools that understand the POM-style dependencies and communicate with Maven Central. A few such tools are Apache Maven, Apache Ant (via Apache Ivy), Gradle, and SBT.

而且你也不需要使用maven本身。但是,依赖关系管理是一个非常困难的问题,您将要使用现有解决方案。有许多构建工具可以理解POM样式的依赖关系并与Maven Central进行通信。一些这样的工具是Apache Maven,Apache Ant(通过Apache Ivy),Gradle和SBT。

#1


3  

You can certainly use Dataflow without Eclipse. We offer a plugin just as a convenience.

你当然可以在没有Eclipse的情况下使用Dataflow。我们提供插件只是为了方便。

And you are also not required to use maven itself. However, dependency management is a hard enough problem that you are going to want to use an existing solution. There are many build tools that understand the POM-style dependencies and communicate with Maven Central. A few such tools are Apache Maven, Apache Ant (via Apache Ivy), Gradle, and SBT.

而且你也不需要使用maven本身。但是,依赖关系管理是一个非常困难的问题,您将要使用现有解决方案。有许多构建工具可以理解POM样式的依赖关系并与Maven Central进行通信。一些这样的工具是Apache Maven,Apache Ant(通过Apache Ivy),Gradle和SBT。