| GroupId | GroupIdcom.lightbend.cloudflow |
|---|---|
| ArtifactId | ArtifactIdcontrib-flink-testkit_2.12 |
| Version | Version0.1.2-RC6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/contrib-flink-testkit_2.12/ -->
<dependency>
<groupId>com.lightbend.cloudflow</groupId>
<artifactId>contrib-flink-testkit_2.12</artifactId>
<version>0.1.2-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/contrib-flink-testkit_2.12/
implementation 'com.lightbend.cloudflow:contrib-flink-testkit_2.12:0.1.2-RC6'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/contrib-flink-testkit_2.12/
implementation ("com.lightbend.cloudflow:contrib-flink-testkit_2.12:0.1.2-RC6")
'com.lightbend.cloudflow:contrib-flink-testkit_2.12:jar:0.1.2-RC6'
<dependency org="com.lightbend.cloudflow" name="contrib-flink-testkit_2.12" rev="0.1.2-RC6">
<artifact name="contrib-flink-testkit_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='contrib-flink-testkit_2.12', version='0.1.2-RC6')
)
libraryDependencies += "com.lightbend.cloudflow" % "contrib-flink-testkit_2.12" % "0.1.2-RC6"
[com.lightbend.cloudflow/contrib-flink-testkit_2.12 "0.1.2-RC6"]