| License |
License |
|---|---|
| GroupId | GroupIdcom.ververica |
| ArtifactId | ArtifactIdflink-cdc-connectors |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| flink-cdc-connectors-2.0.0.pom | 23 KB |
| flink-cdc-connectors-2.0.0-tests.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ververica/flink-cdc-connectors/ -->
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-cdc-connectors</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ververica/flink-cdc-connectors/
implementation 'com.ververica:flink-cdc-connectors:2.0.0'
// https://jarcasting.com/artifacts/com.ververica/flink-cdc-connectors/
implementation ("com.ververica:flink-cdc-connectors:2.0.0")
'com.ververica:flink-cdc-connectors:jar:2.0.0'
<dependency org="com.ververica" name="flink-cdc-connectors" rev="2.0.0">
<artifact name="flink-cdc-connectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ververica', module='flink-cdc-connectors', version='2.0.0')
)
libraryDependencies += "com.ververica" % "flink-cdc-connectors" % "2.0.0"
[com.ververica/flink-cdc-connectors "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.flink : flink-table-common | jar | 1.13.1 |
| org.apache.flink : flink-table-api-java-bridge_2.11 | jar | 1.13.1 |
| org.apache.flink : flink-core | jar | 1.13.1 |
| org.apache.flink : flink-streaming-java_2.11 | jar | 1.13.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |