GroupId | GroupIdorg.apache.flink |
---|---|
ArtifactId | ArtifactIdflink-tests |
Version | Version1.11.4 |
Type | Typejar |
Filename | Size |
---|---|
flink-tests-1.11.4.pom | |
flink-tests-1.11.4.jar | 9 KB |
flink-tests-1.11.4-tests.jar | 3 MB |
flink-tests-1.11.4-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.flink/flink-tests/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-tests</artifactId>
<version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-tests/
implementation 'org.apache.flink:flink-tests:1.11.4'
// https://jarcasting.com/artifacts/org.apache.flink/flink-tests/
implementation ("org.apache.flink:flink-tests:1.11.4")
'org.apache.flink:flink-tests:jar:1.11.4'
<dependency org="org.apache.flink" name="flink-tests" rev="1.11.4">
<artifact name="flink-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-tests', version='1.11.4')
)
libraryDependencies += "org.apache.flink" % "flink-tests" % "1.11.4"
[org.apache.flink/flink-tests "1.11.4"]