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