GroupId | GroupIdcom.ververica |
---|---|
ArtifactId | ArtifactIdflink-connector-postgres-cdc |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ververica/flink-connector-postgres-cdc/ -->
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-connector-postgres-cdc</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ververica/flink-connector-postgres-cdc/
implementation 'com.ververica:flink-connector-postgres-cdc:2.0.2'
// https://jarcasting.com/artifacts/com.ververica/flink-connector-postgres-cdc/
implementation ("com.ververica:flink-connector-postgres-cdc:2.0.2")
'com.ververica:flink-connector-postgres-cdc:jar:2.0.2'
<dependency org="com.ververica" name="flink-connector-postgres-cdc" rev="2.0.2">
<artifact name="flink-connector-postgres-cdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ververica', module='flink-connector-postgres-cdc', version='2.0.2')
)
libraryDependencies += "com.ververica" % "flink-connector-postgres-cdc" % "2.0.2"
[com.ververica/flink-connector-postgres-cdc "2.0.2"]