License |
License |
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdorg.apache.beam |
ArtifactId | ArtifactIdbeam-sdks-python |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Beam :: SDKs :: Python
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-2.4.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python/ -->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-python</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python/
implementation 'org.apache.beam:beam-sdks-python:2.4.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-sdks-python/
implementation ("org.apache.beam:beam-sdks-python:2.4.0")
'org.apache.beam:beam-sdks-python:pom:2.4.0'
<dependency org="org.apache.beam" name="beam-sdks-python" rev="2.4.0">
<artifact name="beam-sdks-python" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-sdks-python', version='2.4.0')
)
libraryDependencies += "org.apache.beam" % "beam-sdks-python" % "2.4.0"
[org.apache.beam/beam-sdks-python "2.4.0"]