is not current version
Last Version 1.13.6

org.apache.flink:flink-table-uber-blink_2.11 1.12.2

This module contains the entire Table/SQL distribution for writing table programs within the table ecosystem or between other Flink APIs. This module uses the Blink planner for generating optimized runnable plan from relational query. Users can either use the Scala or Java programming language.

GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-table-uber-blink_2.11
Version

Version

1.12.2
Type

Type

jar

Download flink-table-uber-blink_2.11 1.12.2


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