License |
License |
---|---|
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdflink-connector-jdbc |
Last Version | Last Version1.15.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlink : Connectors : JDBC
The 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-connector-jdbc-1.15.0.pom | |
flink-connector-jdbc-1.15.0.jar | 244 KB |
flink-connector-jdbc-1.15.0-tests.jar | 230 KB |
flink-connector-jdbc-1.15.0-sources.jar | 161 KB |
flink-connector-jdbc-1.15.0-javadoc.jar | 707 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.flink/flink-connector-jdbc/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-jdbc</artifactId>
<version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-connector-jdbc/
implementation 'org.apache.flink:flink-connector-jdbc:1.15.0'
// https://jarcasting.com/artifacts/org.apache.flink/flink-connector-jdbc/
implementation ("org.apache.flink:flink-connector-jdbc:1.15.0")
'org.apache.flink:flink-connector-jdbc:jar:1.15.0'
<dependency org="org.apache.flink" name="flink-connector-jdbc" rev="1.15.0">
<artifact name="flink-connector-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-connector-jdbc', version='1.15.0')
)
libraryDependencies += "org.apache.flink" % "flink-connector-jdbc" % "1.15.0"
[org.apache.flink/flink-connector-jdbc "1.15.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.flink : flink-shaded-force-shading | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.flink : flink-table-api-java-bridge Optional | jar | 1.15.0 |
org.postgresql : postgresql | jar | 42.2.10 |
com.oracle.database.jdbc : ojdbc8 | jar | 19.3.0.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
com.google.code.findbugs : jsr305 | jar | 1.3.9 |