Last Version

Cloud SQL JDBC Socket Factory 1.6.1

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

License

License

GroupId

GroupId

com.google.cloud.sql
ArtifactId

ArtifactId

jdbc-socket-factory-parent
Version

Version

1.6.1
Type

Type

pom
Description

Description

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
Project URL

Project URL

https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory
Source Code Management

Source Code Management

https://github.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory.git

Download jdbc-socket-factory-parent 1.6.1


<!-- https://jarcasting.com/artifacts/com.google.cloud.sql/jdbc-socket-factory-parent/ -->
<dependency>
    <groupId>com.google.cloud.sql</groupId>
    <artifactId>jdbc-socket-factory-parent</artifactId>
    <version>1.6.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.sql/jdbc-socket-factory-parent/
implementation 'com.google.cloud.sql:jdbc-socket-factory-parent:1.6.1'
// https://jarcasting.com/artifacts/com.google.cloud.sql/jdbc-socket-factory-parent/
implementation ("com.google.cloud.sql:jdbc-socket-factory-parent:1.6.1")
'com.google.cloud.sql:jdbc-socket-factory-parent:pom:1.6.1'
<dependency org="com.google.cloud.sql" name="jdbc-socket-factory-parent" rev="1.6.1">
  <artifact name="jdbc-socket-factory-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.sql', module='jdbc-socket-factory-parent', version='1.6.1')
)
libraryDependencies += "com.google.cloud.sql" % "jdbc-socket-factory-parent" % "1.6.1"
[com.google.cloud.sql/jdbc-socket-factory-parent "1.6.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • jdbc/mysql-j-5
  • jdbc/mysql-j-8
  • jdbc/postgres
  • jdbc/sqlserver
  • r2dbc/core
  • r2dbc/mysql
  • r2dbc/postgres
  • r2dbc/sqlserver