is not current version
Last Version 1.6.1

com.google.cloud.sql:postgres-socket-factory 1.0.11

Socket factory for the Postgres JDBC driver 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

GroupId

GroupId

com.google.cloud.sql
ArtifactId

ArtifactId

postgres-socket-factory
Version

Version

1.0.11
Type

Type

jar

Download postgres-socket-factory 1.0.11


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