使用 Apache Beam 作为依赖项

Use Apache Beam as dependency

我正在尝试将 Apache Beam 用作 Maven 或 Gradle 依赖项。据我所知,该项目正在孵化,旨在成为 Google Dataflow SDK 的进化版本。

所以,我可能做出了错误的假设:因为我没有在 Apache Beam 项目的初始文档中找到,我怎么能将他们的 Java sdk 版本用作 Gradle 或Maven 对我的项目的依赖?我还没有找到要添加的确切的 artifactid、groupid 是什么。这里有人用过吗?

A​​pache Beam 尚未发布其第一个版本,因此其二进制文件在 Maven 中央存储库中尚不可用。

第一个版本 0.1.0-incubating 刚刚 started yesterday and should be released shortly. At that point, Apache Beam binaries will be available in the Maven Central Repository and will be searchable here

此外,Apache Beam 向 Apache Software Foundation 的 snapshot repository 发布夜间构建。您还可以选择从 Maven 等构建工具中依赖这些工件。

我认为这个问题有点过时了。但对于初学者来说,您仍然可以轻松找到 Apache Beam Java Dependency sdk,用于所有构建工具,如 maven、Gradle 等。link 如下所示。

Find it Here