is not current version
Last Version 1.15.0

org.apache.flink:flink-state-backends 1.6.2


GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-state-backends
Version

Version

1.6.2
Type

Type

pom

Download flink-state-backends 1.6.2


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