| License |
License |
|---|---|
| GroupId | GroupIdcom.google.cloud.sql |
| ArtifactId | ArtifactIdjdbc-socket-factory-parent |
| Last Version | Last Version1.6.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCloud 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdbc-socket-factory-parent-1.6.1.pom | 6 KB |
| Browse |
<!-- 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"]