| Группа | Группаorg.apache.beam |
|---|---|
| Идентификатор | Идентификаторbeam-runners-parent |
| Версия | Версия0.6.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| beam-runners-parent-0.6.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-runners-parent/ -->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-parent</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-parent/
implementation 'org.apache.beam:beam-runners-parent:0.6.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-parent/
implementation ("org.apache.beam:beam-runners-parent:0.6.0")
'org.apache.beam:beam-runners-parent:pom:0.6.0'
<dependency org="org.apache.beam" name="beam-runners-parent" rev="0.6.0">
<artifact name="beam-runners-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-parent', version='0.6.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-parent" % "0.6.0"
[org.apache.beam/beam-runners-parent "0.6.0"]