Home:ALL Converter>Use Apache Beam as dependency

Use Apache Beam as dependency

Ask Time:2016-06-03T06:01:07         Author:Saulo Ricci

Json Formatter

I'm trying to use Apache Beam either as Maven or Gradle dependency. As I know the project is incubating as intended to be a evolved version of Google Dataflow SDK.

So, I might be making a wrong assumption: as I haven't found across the initial documentation from Apache Beam's project, how could I use their Java sdk version as a Gradle or Maven dependency on my project? I haven't found what is the exactly artifactid, groupid to add. Anyone here already used it?

Author:Saulo Ricci,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/37602868/use-apache-beam-as-dependency
Davor Bonaci :

Apache Beam hasn't released its first version yet, so its binaries aren't available in the Maven Central Repository just yet.\n\nThe first release, 0.1.0-incubating, has just been 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.\n\nIn addition, Apache Beam publishes nightly builds to Apache Software Foundation's snapshot repository. You can also choose to take a dependency on those artifacts from build tools like Maven.",
2016-06-02T22:31:34
yy