is not current version
Last Version 1.15.0

org.apache.flink:flink-tests 1.14.5


GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-tests
Version

Version

1.14.5
Type

Type

jar

Download flink-tests 1.14.5


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