文件下载
文件名 操作
beam-runners-core-construction-java-2.30.0.jar 下载
beam-runners-core-construction-java-2.30.0.pom 下载
beam-runners-core-construction-java-2.30.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.beam</groupId>
  <artifactId>beam-runners-core-construction-java</artifactId>
  <version>2.30.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.beam:beam-runners-core-construction-java:2.30.0'
Gradle Kotlin
implementation("org.apache.beam:beam-runners-core-construction-java:2.30.0")
Scala SBT
libraryDependencies += "org.apache.beam" % "beam-runners-core-construction-java" % "2.30.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.beam', module='beam-runners-core-construction-java', version='2.30.0')
)
Apache Ivy
<dependency org="org.apache.beam" name="beam-runners-core-construction-java" rev="2.30.0" />
Leiningen
[org.apache.beam/beam-runners-core-construction-java "2.30.0"]
Apache Buildr
'org.apache.beam:beam-runners-core-construction-java:jar:2.30.0'