is not current version
Last Version 1.15.0

org.apache.flink:flink-table-code-splitter 1.14.5

This module contains a tool to split generated Java code so that each method does not exceed the limit of 64KB.

GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-table-code-splitter
Version

Version

1.14.5
Type

Type

jar

Download flink-table-code-splitter 1.14.5


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