polardb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>polardb</artifactId>
<version>42.5.7.0.16</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.aliyun</groupId>
<artifactId>polardb</artifactId>
<version>42.5.7.0.16</version>
<name>PolarDB JDBC Driver</name>
<description>PolarDB JDBC Driver (PostgreSQL/Oracle compatible) Polardb</description>
<url>https://www.alibabacloud.com/product/polardb</url>
<inceptionYear>1997</inceptionYear>
<organization>
<name>Alibaba Cloud</name>
<url>https://www.alibabacloud.com</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>Apache License, Version 2.0, copyright Alibaba Group Holding Limited</comments>
</license>
</licenses>
<developers>
<developer>
<id>polardb</id>
<name>PolarDB Development Team</name>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://www.alibabacloud.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/ApsaraDB/polardb_for_jdbc.git</connection>
<developerConnection>scm:git:https://github.com/ApsaraDB/polardb_for_jdbc.git</developerConnection>
<url>https://github.com/ApsaraDB/polardb_for_jdbc</url>
</scm>
<issueManagement>
<system>GitHub issues</system>
<url>https://github.com/ApsaraDB/polardb_for_jdbc/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-jna</artifactId>
<version>1.9.1</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>