| Группа | Группаorg.apache.beam |
|---|---|
| Идентификатор | Идентификаторbeam-runners-gcp-gcemd |
| Версия | Версия2.3.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| beam-runners-gcp-gcemd-2.3.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.3.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.3.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-gcp-gcemd/
implementation ("org.apache.beam:beam-runners-gcp-gcemd:2.3.0")
'org.apache.beam:beam-runners-gcp-gcemd:pom:2.3.0'
<dependency org="org.apache.beam" name="beam-runners-gcp-gcemd" rev="2.3.0">
<artifact name="beam-runners-gcp-gcemd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-gcp-gcemd', version='2.3.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-gcp-gcemd" % "2.3.0"
[org.apache.beam/beam-runners-gcp-gcemd "2.3.0"]