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