MVN

com.google.cloud.sql : mysql-socket-factory-connector-j-6

Maven & Gradle

Feb 21, 2021
4 usages
209 stars

Cloud SQL MySQL Socket Factory (for Connector/J 6.x) · 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

<dependency>
    <groupId>com.google.cloud.sql</groupId>
    <artifactId>mysql-socket-factory-connector-j-6</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.sql : mysql-socket-factory-connector-j-6 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.google.cloud.sql : mysql-socket-factory-connector-j-6 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mysql-socket-factory-connector-j-6-1.2.1
mysql-socket-factory-connector-j-6-1.2.0
1.1.x
mysql-socket-factory-connector-j-6-1.1.0
1.0.x
mysql-socket-factory-connector-j-6-1.0.16
mysql-socket-factory-connector-j-6-1.0.15
mysql-socket-factory-connector-j-6-1.0.14
mysql-socket-factory-connector-j-6-1.0.13
mysql-socket-factory-connector-j-6-1.0.12
mysql-socket-factory-connector-j-6-1.0.11
mysql-socket-factory-connector-j-6-1.0.10
mysql-socket-factory-connector-j-6-1.0.9
mysql-socket-factory-connector-j-6-1.0.8
mysql-socket-factory-connector-j-6-1.0.7
mysql-socket-factory-connector-j-6-1.0.5
mysql-socket-factory-connector-j-6-1.0.4
mysql-socket-factory-connector-j-6-1.0.3
mysql-socket-factory-connector-j-6-1.0.2

How to add a dependency to Maven

Add the following com.google.cloud.sql : mysql-socket-factory-connector-j-6 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud.sql : mysql-socket-factory-connector-j-6 gradle dependency to your build.gradle file:

implementation 'com.google.cloud.sql:mysql-socket-factory-connector-j-6:1.2.1'

Gradle Kotlin DSL: Add the following com.google.cloud.sql : mysql-socket-factory-connector-j-6 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud.sql:mysql-socket-factory-connector-j-6:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud.sql : mysql-socket-factory-connector-j-6 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud.sql" % "mysql-socket-factory-connector-j-6" % "1.2.1"