b

beam-examples-java-webapis

Apache Beam SDK provides a simple, Java-based interface for processing virtually any size data. This artifact includes all Apache Beam Java SDK examples.
http://beam.apache.org
Apache License, Version 2.0
The Apache Beam Team
Files download
File Operation
beam-examples-java-webapis-2.57.0.jar download
beam-examples-java-webapis-2.57.0.pom download
beam-examples-java-webapis-2.57.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.beam</groupId>
  <artifactId>beam-examples-java-webapis</artifactId>
  <version>2.57.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.beam:beam-examples-java-webapis:2.57.0'
Gradle Kotlin
implementation("org.apache.beam:beam-examples-java-webapis:2.57.0")
Scala SBT
libraryDependencies += "org.apache.beam" % "beam-examples-java-webapis" % "2.57.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.beam', module='beam-examples-java-webapis', version='2.57.0')
)
Apache Ivy
<dependency org="org.apache.beam" name="beam-examples-java-webapis" rev="2.57.0" />
Leiningen
[org.apache.beam/beam-examples-java-webapis "2.57.0"]
Apache Buildr
'org.apache.beam:beam-examples-java-webapis:jar:2.57.0'