jdbc-yugabytedb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yugabyte</groupId> <artifactId>jdbc-yugabytedb</artifactId> <version>42.7.3-yb-4</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.yugabyte</groupId> <artifactId>jdbc-yugabytedb</artifactId> <version>42.7.3-yb-4</version> <name>YugabyteDB YSQL JDBC Driver</name> <description>Forked from https://github.com/pgjdbc/pgjdbc.git</description> <url>https://www.yugabyte.com/</url> <inceptionYear>2016</inceptionYear> <organization> <name>Yugabyte Inc.</name> <url>https://www.yugabyte.com/</url> </organization> <licenses> <license> <name>BSD-2-Clause</name> <url>https://jdbc.postgresql.org/about/license.html</url> <distribution>repo</distribution> <comments>BSD-2-Clause, copyright PostgreSQL Global Development Group</comments> </license> </licenses> <developers> <developer> <id>kneeraj</id> <name>Neeraj Kumar</name> </developer> <developer> <id>sanyamsinghal</id> <name>Sanyam Singhal</name> </developer> <developer> <id>ashetkar</id> <name>Amogh Shetkar</name> </developer> <developer> <id>sfurti-yb</id> <name>Sfurti Sarah</name> </developer> <developer> <id>harshdaryani896</id> <name>Harsh Daryani</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/yugabyte/pgjdbc.git</connection> <developerConnection>scm:git:https://github.com/yugabyte/pgjdbc.git</developerConnection> <url>https://github.com/yugabyte/pgjdbc</url> </scm> <issueManagement> <system>GitHub issues</system> <url>https://github.com/yugabyte/yugabyte-db/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>3.42.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.10.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.github.waffle</groupId> <artifactId>waffle-jna</artifactId> <version>1.9.1</version> <scope>runtime</scope> <optional>true</optional> </dependency> </dependencies> </project>