MVN

com.google.cloud.sql : jdbc-socket-factory-parent

Maven & Gradle

Jul 21, 2023
218 stars

Cloud SQL JDBC Socket Factory · Socket factories for MySQL/Postgres JDBC drivers that allows a user with the appropriate permissions to connect to a Cloud SQL database without having to deal with IP allowlisting or SSL certificates manually

<dependency>
    <groupId>com.google.cloud.sql</groupId>
    <artifactId>jdbc-socket-factory-parent</artifactId>
    <version>1.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.sql : jdbc-socket-factory-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.13.1

All Versions

Choose a version of com.google.cloud.sql : jdbc-socket-factory-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.13.x
jdbc-socket-factory-parent-1.13.1
jdbc-socket-factory-parent-1.13.0
1.12.x
jdbc-socket-factory-parent-1.12.0
1.11.x
jdbc-socket-factory-parent-1.11.2
jdbc-socket-factory-parent-1.11.1
jdbc-socket-factory-parent-1.11.0
1.10.x
jdbc-socket-factory-parent-1.10.0
1.9.x
jdbc-socket-factory-parent-1.9.0
1.8.x
jdbc-socket-factory-parent-1.8.3
jdbc-socket-factory-parent-1.8.2
jdbc-socket-factory-parent-1.8.1
jdbc-socket-factory-parent-1.8.0
1.7.x
jdbc-socket-factory-parent-1.7.2
jdbc-socket-factory-parent-1.7.1
jdbc-socket-factory-parent-1.7.0
1.6.x
jdbc-socket-factory-parent-1.6.3
jdbc-socket-factory-parent-1.6.2
jdbc-socket-factory-parent-1.6.1
jdbc-socket-factory-parent-1.6.0
1.5.x
jdbc-socket-factory-parent-1.5.0
1.4.x
jdbc-socket-factory-parent-1.4.4
jdbc-socket-factory-parent-1.4.3
jdbc-socket-factory-parent-1.4.2
jdbc-socket-factory-parent-1.4.1
jdbc-socket-factory-parent-1.4.0
1.3.x
jdbc-socket-factory-parent-1.3.4
jdbc-socket-factory-parent-1.3.3
jdbc-socket-factory-parent-1.3.2
jdbc-socket-factory-parent-1.3.1
jdbc-socket-factory-parent-1.3.0
1.2.x
jdbc-socket-factory-parent-1.2.3
jdbc-socket-factory-parent-1.2.2
jdbc-socket-factory-parent-1.2.1
jdbc-socket-factory-parent-1.2.0
1.1.x
jdbc-socket-factory-parent-1.1.0
1.0.x
jdbc-socket-factory-parent-1.0.16
jdbc-socket-factory-parent-1.0.15
jdbc-socket-factory-parent-1.0.14
jdbc-socket-factory-parent-1.0.13
jdbc-socket-factory-parent-1.0.12
jdbc-socket-factory-parent-1.0.11
jdbc-socket-factory-parent-1.0.10
jdbc-socket-factory-parent-1.0.9
jdbc-socket-factory-parent-1.0.8
jdbc-socket-factory-parent-1.0.7
jdbc-socket-factory-parent-1.0.5
jdbc-socket-factory-parent-1.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.cloud.sql</groupId>
    <artifactId>jdbc-socket-factory-parent</artifactId>
    <version>1.13.1</version>
</dependency>

Advertisement