License |
License |
---|---|
Categories |
CategoriesPython Languages Container |
GroupId | GroupIdorg.apache.beam |
ArtifactId | ArtifactIdbeam-sdks-python-container |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Beam :: SDKs :: Python :: Container
Apache Beam provides a simple, Java-based interface
for processing virtually any size data. This artifact includes the parent POM
for other Beam artifacts.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beam-sdks-python-container-2.4.0.pom | 5 KB |
Browse |
<!-- 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.4.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.4.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python-container/
implementation ("org.apache.beam:beam-sdks-python-container:2.4.0")
'org.apache.beam:beam-sdks-python-container:pom:2.4.0'
<dependency org="org.apache.beam" name="beam-sdks-python-container" rev="2.4.0">
<artifact name="beam-sdks-python-container" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-sdks-python-container', version='2.4.0')
)
libraryDependencies += "org.apache.beam" % "beam-sdks-python-container" % "2.4.0"
[org.apache.beam/beam-sdks-python-container "2.4.0"]