| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.beam |
| Идентификатор | Идентификаторbeam-runners-gcp-gcemd |
| Версия | Версия2.4.0 |
| Тип | Типpom |
| Описание |
ОписаниеApache Beam :: Runners :: Google Cloud Platform :: GCE metadata provisioning
Apache Beam provides a simple, Java-based interface
for processing virtually any size data. This artifact includes the parent POM
for other Beam artifacts.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| beam-runners-gcp-gcemd-2.4.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-runners-gcp-gcemd/ -->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-gcp-gcemd</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-gcp-gcemd/
implementation 'org.apache.beam:beam-runners-gcp-gcemd:2.4.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-gcp-gcemd/
implementation ("org.apache.beam:beam-runners-gcp-gcemd:2.4.0")
'org.apache.beam:beam-runners-gcp-gcemd:pom:2.4.0'
<dependency org="org.apache.beam" name="beam-runners-gcp-gcemd" rev="2.4.0">
<artifact name="beam-runners-gcp-gcemd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-gcp-gcemd', version='2.4.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-gcp-gcemd" % "2.4.0"
[org.apache.beam/beam-runners-gcp-gcemd "2.4.0"]