is not current version
Last Version 1.13.6

org.apache.flink:flink-table-planner-blink_2.11 1.12.1

This module bridges Table/SQL API and runtime. It contains all resources that are required during pre-flight and runtime phase. The content of this module is work-in-progress. It will replace 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-planner-blink_2.11
Version

Version

1.12.1
Type

Type

jar

Download flink-table-planner-blink_2.11 1.12.1


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