f

flink-table-runtime

This module contains classes that are required by a task manager for execution of table programs.
Files download
File Operation
flink-table-runtime-1.16.1.jar download
flink-table-runtime-1.16.1.pom download
flink-table-runtime-1.16.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-table-runtime</artifactId>
  <version>1.16.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flink:flink-table-runtime:1.16.1'
Gradle Kotlin
implementation("org.apache.flink:flink-table-runtime:1.16.1")
Scala SBT
libraryDependencies += "org.apache.flink" % "flink-table-runtime" % "1.16.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flink', module='flink-table-runtime', version='1.16.1')
)
Apache Ivy
<dependency org="org.apache.flink" name="flink-table-runtime" rev="1.16.1" />
Leiningen
[org.apache.flink/flink-table-runtime "1.16.1"]
Apache Buildr
'org.apache.flink:flink-table-runtime:jar:1.16.1'