GroupId | GroupIdorg.apache.beam |
---|---|
ArtifactId | ArtifactIdbeam-runners-parent |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
beam-runners-parent-0.4.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.beam/beam-runners-parent/ -->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-parent</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-parent/
implementation 'org.apache.beam:beam-runners-parent:0.4.0'
// https://jarcasting.com/artifacts/org.apache.beam/beam-runners-parent/
implementation ("org.apache.beam:beam-runners-parent:0.4.0")
'org.apache.beam:beam-runners-parent:pom:0.4.0'
<dependency org="org.apache.beam" name="beam-runners-parent" rev="0.4.0">
<artifact name="beam-runners-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.beam', module='beam-runners-parent', version='0.4.0')
)
libraryDependencies += "org.apache.beam" % "beam-runners-parent" % "0.4.0"
[org.apache.beam/beam-runners-parent "0.4.0"]