GroupId | GroupIdorg.apache.beam |
---|---|
ArtifactId | ArtifactIdbeam-runners-spark |
Version | Version2.19.0 |
Type | Typejar |
Filename | Size |
---|---|
beam-runners-spark-2.19.0.pom | |
beam-runners-spark-2.19.0.jar | 541 KB |
beam-runners-spark-2.19.0-tests.jar | 172 KB |
beam-runners-spark-2.19.0-test-sources.jar | 89 KB |
beam-runners-spark-2.19.0-sources.jar | 279 KB |
beam-runners-spark-2.19.0-javadoc.jar | 560 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.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/
implementation 'org.apache.beam:beam-runners-spark:2.19.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/
implementation ("org.apache.beam:beam-runners-spark:2.19.0")
'org.apache.beam:beam-runners-spark:jar:2.19.0'
<dependency org="org.apache.beam" name="beam-runners-spark" rev="2.19.0">
<artifact name="beam-runners-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-spark', version='2.19.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-spark" % "2.19.0"
[org.apache.beam/beam-runners-spark "2.19.0"]