aws-mysql-jdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.aws.rds</groupId> <artifactId>aws-mysql-jdbc</artifactId> <version>1.1.15</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>software.aws.rds</groupId> <artifactId>aws-mysql-jdbc</artifactId> <version>1.1.15</version> <name>Amazon Web Services (AWS) JDBC Driver for MySQL</name> <description>Amazon Web Services (AWS) JDBC Driver for MySQL.</description> <url>https://github.com/awslabs/aws-mysql-jdbc</url> <licenses> <license> <name>GPL 2.0</name> <url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url> </license> </licenses> <developers> <developer> <id>amazonwebservices</id> <email>aws-rds-oss@amazon.com</email> <organization>Amazon Web Services</organization> <organizationUrl>https://aws.amazon.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/awslabs/aws-mysql-jdbc.git</connection> <developerConnection>scm:git@github.com:awslabs/aws-mysql-jdbc.git</developerConnection> <url>https://github.com/awslabs/aws-mysql-jdbc</url> </scm> </project>