f

flink-table-runtime-blink_2.12

This module contains classes that are required by a task manager for execution of table programs. The content of this module is work-in-progress. It will replace the runtime classes contained in flink-table-planner once it is stable. See FLINK-11439 and FLIP-32 for more details.
Files download
File Operation
flink-table-runtime-blink_2.12-1.13.5.jar download
flink-table-runtime-blink_2.12-1.13.5.pom download
flink-table-runtime-blink_2.12-1.13.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-table-runtime-blink_2.12</artifactId>
  <version>1.13.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flink:flink-table-runtime-blink_2.12:1.13.5'
Gradle Kotlin
implementation("org.apache.flink:flink-table-runtime-blink_2.12:1.13.5")
Scala SBT
libraryDependencies += "org.apache.flink" % "flink-table-runtime-blink_2.12" % "1.13.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flink', module='flink-table-runtime-blink_2.12', version='1.13.5')
)
Apache Ivy
<dependency org="org.apache.flink" name="flink-table-runtime-blink_2.12" rev="1.13.5" />
Leiningen
[org.apache.flink/flink-table-runtime-blink_2.12 "1.13.5"]
Apache Buildr
'org.apache.flink:flink-table-runtime-blink_2.12:jar:1.13.5'