is not current version
Last Version 1.13.6

org.apache.flink:flink-table-runtime-blink_2.12 1.11.4

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.

GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-table-runtime-blink_2.12
Version

Version

1.11.4
Type

Type

jar

Download flink-table-runtime-blink_2.12 1.11.4


<!-- https://jarcasting.com/artifacts/org.apache.flink/flink-table-runtime-blink_2.12/ -->
<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-table-runtime-blink_2.12</artifactId>
    <version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-table-runtime-blink_2.12/
implementation 'org.apache.flink:flink-table-runtime-blink_2.12:1.11.4'
// https://jarcasting.com/artifacts/org.apache.flink/flink-table-runtime-blink_2.12/
implementation ("org.apache.flink:flink-table-runtime-blink_2.12:1.11.4")
'org.apache.flink:flink-table-runtime-blink_2.12:jar:1.11.4'
<dependency org="org.apache.flink" name="flink-table-runtime-blink_2.12" rev="1.11.4">
  <artifact name="flink-table-runtime-blink_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-table-runtime-blink_2.12', version='1.11.4')
)
libraryDependencies += "org.apache.flink" % "flink-table-runtime-blink_2.12" % "1.11.4"
[org.apache.flink/flink-table-runtime-blink_2.12 "1.11.4"]