is not current version
Last Version 2.4.0

org.apache.beam:beam-sdks-python 0.6.0


Categories

Categories

Python Languages
GroupId

GroupId

org.apache.beam
ArtifactId

ArtifactId

beam-sdks-python
Version

Version

0.6.0
Type

Type

pom

Download beam-sdks-python 0.6.0


<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python/ -->
<dependency>
    <groupId>org.apache.beam</groupId>
    <artifactId>beam-sdks-python</artifactId>
    <version>0.6.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python/
implementation 'org.apache.beam:beam-sdks-python:0.6.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python/
implementation ("org.apache.beam:beam-sdks-python:0.6.0")
'org.apache.beam:beam-sdks-python:pom:0.6.0'
<dependency org="org.apache.beam" name="beam-sdks-python" rev="0.6.0">
  <artifact name="beam-sdks-python" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-sdks-python', version='0.6.0')
)
libraryDependencies += "org.apache.beam" % "beam-sdks-python" % "0.6.0"
[org.apache.beam/beam-sdks-python "0.6.0"]