p

postgres-socket-factory

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 allowlisting or SSL certificates manually.
Files download
File Operation
postgres-socket-factory-1.18.0.jar download
postgres-socket-factory-1.18.0.pom download
postgres-socket-factory-1.18.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.sql</groupId>
  <artifactId>postgres-socket-factory</artifactId>
  <version>1.18.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.sql:postgres-socket-factory:1.18.0'
Gradle Kotlin
implementation("com.google.cloud.sql:postgres-socket-factory:1.18.0")
Scala SBT
libraryDependencies += "com.google.cloud.sql" % "postgres-socket-factory" % "1.18.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.sql', module='postgres-socket-factory', version='1.18.0')
)
Apache Ivy
<dependency org="com.google.cloud.sql" name="postgres-socket-factory" rev="1.18.0" />
Leiningen
[com.google.cloud.sql/postgres-socket-factory "1.18.0"]
Apache Buildr
'com.google.cloud.sql:postgres-socket-factory:jar:1.18.0'