plugin-jdbc-druid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.kestra.plugin</groupId> <artifactId>plugin-jdbc-druid</artifactId> <version>0.22.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.kestra.plugin</groupId> <artifactId>plugin-jdbc-druid</artifactId> <version>0.22.3</version> <developers> <developer> <id>tchiotludo</id> <name>Ludovic Dehon</name> </developer> </developers> <dependencyManagement> <dependencies> <dependency> <groupId>io.kestra</groupId> <artifactId>platform</artifactId> <version>[0.22,)</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-core</artifactId> <version>1.25.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.kestra.plugin</groupId> <artifactId>plugin-jdbc</artifactId> <version>0.22.3</version> <scope>compile</scope> </dependency> </dependencies> <url>https://github.com/kestra-io/plugin-jdbc</url> <scm> <url>https://github.com/kestra-io/plugin-jdbc</url> <connection>scm:git:git://github.com/kestra-io/plugin-jdbc</connection> <developerConnection>scm:git:git://github.com/kestra-io/plugin-jdbc</developerConnection> </scm> <licenses> <license> <name>Apache License 2.0</name> <url>https://raw.githubusercontent.com/kestra-io/plugin-jdbc/HEAD/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>GitHub</system> <url>https://github.com/kestra-io/plugin-jdbc/issues</url> </issueManagement> <name>plugin-jdbc-druid</name> <description>Connect and query Apache Druid databases using Kestra's JDBC plugin.</description> </project>