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