Download mysql-socket-factory-connector-j-6-1.0.2.jar file

Introduction

You can download mysql-socket-factory-connector-j-6-1.0.2.jar in this page.

License

Google Open Source

Type List

mysql-socket-factory-connector-j-6-1.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.cloud.sql/mysql-socket-factory-connector-j-6/pom.properties
META-INF/maven/com.google.cloud.sql/mysql-socket-factory-connector-j-6/pom.xml
com.google.cloud.sql.mysql.SocketFactory.class

Pom

mysql-socket-factory-connector-j-6-1.0.2.pom file content.

<?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>

    <parent>
        <groupId>com.google.cloud.sql</groupId>
        <artifactId>mysql-socket-factory-parent</artifactId>
        <version>1.0.2</version>
    </parent>
    <artifactId>mysql-socket-factory-connector-j-6</artifactId>
    <packaging>jar</packaging>

    <name>Cloud SQL MySQL Socket Factory (for Connector/J 6.x)</name>
    <description>
        Socket factory for the MySQL JDBC driver (version 6.x) that allows a user with the appropriate permissions
        to connect to a Cloud SQL database without having to deal with IP whitelisting or SSL
        certificates manually
    </description>

    <dependencies>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>6.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.google.cloud.sql</groupId>
            <artifactId>mysql-socket-factory-core</artifactId>
            <version>1.0.2</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.google.cloud.sql</groupId>
   <artifactId>mysql-socket-factory-connector-j-6</artifactId>
   <version>1.0.2</version>
</dependency>

Download

If you think the following mysql-socket-factory-connector-j-6-1.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mysql-socket-factory-connector-j-6-1.0.2.jar file




PreviousNext

Related