is not current version
Last Version 1.14.5

org.apache.flink:flink-table-uber_2.11 1.12.5

This module contains the entire Table/SQL distribution for writing table programs within the table ecosystem or between other Flink APIs. Users can either use the Scala or Java programming language.

GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-table-uber_2.11
Version

Version

1.12.5
Type

Type

jar

Download flink-table-uber_2.11 1.12.5


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