is not current version
Last Version 2.4.0

org.apache.beam:beam-sdks-python-container 2.2.0


Categories

Categories

Python Languages Container
GroupId

GroupId

org.apache.beam
ArtifactId

ArtifactId

beam-sdks-python-container
Version

Version

2.2.0
Type

Type

pom

Download beam-sdks-python-container 2.2.0


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