License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.knaufk |
ArtifactId | ArtifactIdflink-junit_2.10 |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionFlink-JUnit
This is a small, easy-to-use, yet flexible JUnit Rule, which spins up and tears down an Apache Flink cluster for integration tests.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flink-junit_2.10-0.2.pom | |
flink-junit_2.10-0.2.jar | 7 KB |
flink-junit_2.10-0.2-sources.jar | 4 KB |
flink-junit_2.10-0.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.knaufk/flink-junit_2.10/ -->
<dependency>
<groupId>com.github.knaufk</groupId>
<artifactId>flink-junit_2.10</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.knaufk/flink-junit_2.10/
implementation 'com.github.knaufk:flink-junit_2.10:0.2'
// https://jarcasting.com/artifacts/com.github.knaufk/flink-junit_2.10/
implementation ("com.github.knaufk:flink-junit_2.10:0.2")
'com.github.knaufk:flink-junit_2.10:jar:0.2'
<dependency org="com.github.knaufk" name="flink-junit_2.10" rev="0.2">
<artifact name="flink-junit_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.knaufk', module='flink-junit_2.10', version='0.2')
)
libraryDependencies += "com.github.knaufk" % "flink-junit_2.10" % "0.2"
[com.github.knaufk/flink-junit_2.10 "0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.flink : flink-test-utils_2.10 | jar | 1.3.0 |
org.apache.flink : flink-runtime-web_2.10 | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.6.2 |
org.awaitility : awaitility | jar | 3.0.0 |