GroupId | GroupIdorg.apache.flink |
---|---|
ArtifactId | ArtifactIdflink-tests |
Version | Version1.13.0 |
Type | Typejar |
Filename | Size |
---|---|
flink-tests-1.13.0.pom | |
flink-tests-1.13.0.jar | 9 KB |
flink-tests-1.13.0-tests.jar | 3 MB |
flink-tests-1.13.0-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.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-tests/
implementation 'org.apache.flink:flink-tests:1.13.0'
// https://jarcasting.com/artifacts/org.apache.flink/flink-tests/
implementation ("org.apache.flink:flink-tests:1.13.0")
'org.apache.flink:flink-tests:jar:1.13.0'
<dependency org="org.apache.flink" name="flink-tests" rev="1.13.0">
<artifact name="flink-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-tests', version='1.13.0')
)
libraryDependencies += "org.apache.flink" % "flink-tests" % "1.13.0"
[org.apache.flink/flink-tests "1.13.0"]