is not current version
Last Version 1.13.6

org.apache.flink:flink-table-runtime-blink_2.11 1.10.1

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.11
Version

Version

1.10.1
Type

Type

jar

Download flink-table-runtime-blink_2.11 1.10.1


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