databricks-jdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-jdbc</artifactId>
<version>3.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.databricks</groupId>
<artifactId>databricks-jdbc</artifactId>
<!-- This value may be modified by a release script to reflect the current version of the driver. -->
<version>3.0.3</version>
<packaging>jar</packaging>
<name>Databricks JDBC Driver</name>
<description>Databricks JDBC Driver.</description>
<url>https://github.com/databricks/databricks-jdbc</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://github.com/databricks/databricks-jdbc/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>Databricks JDBC Team</name>
<email>eng-oss-sql-driver@databricks.com</email>
<organization>Databricks</organization>
<organizationUrl>https://www.databricks.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/databricks/databricks-jdbc.git</connection>
<developerConnection>scm:git:https://github.com/databricks/databricks-jdbc.git</developerConnection>
<url>https://github.com/databricks/databricks-jdbc</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/databricks/databricks-jdbc/issues</url>
</issueManagement>
</project>