GroupId | GroupIdorg.apache.beam |
---|---|
ArtifactId | ArtifactIdbeam-runners-spark |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/ -->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-spark</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/
implementation 'org.apache.beam:beam-runners-spark:2.0.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-spark/
implementation ("org.apache.beam:beam-runners-spark:2.0.0")
'org.apache.beam:beam-runners-spark:jar:2.0.0'
<dependency org="org.apache.beam" name="beam-runners-spark" rev="2.0.0">
<artifact name="beam-runners-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-spark', version='2.0.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-spark" % "2.0.0"
[org.apache.beam/beam-runners-spark "2.0.0"]