GroupId | GroupIdorg.apache.beam |
---|---|
ArtifactId | ArtifactIdbeam-runners-spark |
Version | Version2.24.0 |
Type | Typejar |
Filename | Size |
---|---|
beam-runners-spark-2.24.0.pom | |
beam-runners-spark-2.24.0.jar | 540 KB |
beam-runners-spark-2.24.0-tests.jar | 172 KB |
beam-runners-spark-2.24.0-test-sources.jar | 90 KB |
beam-runners-spark-2.24.0-sources.jar | 280 KB |
beam-runners-spark-2.24.0-javadoc.jar | 555 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/ -->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-spark</artifactId>
<version>2.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/
implementation 'org.apache.beam:beam-runners-spark:2.24.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/
implementation ("org.apache.beam:beam-runners-spark:2.24.0")
'org.apache.beam:beam-runners-spark:jar:2.24.0'
<dependency org="org.apache.beam" name="beam-runners-spark" rev="2.24.0">
<artifact name="beam-runners-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-spark', version='2.24.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-spark" % "2.24.0"
[org.apache.beam/beam-runners-spark "2.24.0"]