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.
文件下载
文件名 操作
postgres-socket-factory-1.3.1.jar 下载
postgres-socket-factory-1.3.1.pom 下载
postgres-socket-factory-1.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.cloud.sql</groupId>
  <artifactId>postgres-socket-factory</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.sql:postgres-socket-factory:1.3.1'
Gradle Kotlin
implementation("com.google.cloud.sql:postgres-socket-factory:1.3.1")
Scala SBT
libraryDependencies += "com.google.cloud.sql" % "postgres-socket-factory" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.sql', module='postgres-socket-factory', version='1.3.1')
)
Apache Ivy
<dependency org="com.google.cloud.sql" name="postgres-socket-factory" rev="1.3.1" />
Leiningen
[com.google.cloud.sql/postgres-socket-factory "1.3.1"]
Apache Buildr
'com.google.cloud.sql:postgres-socket-factory:jar:1.3.1'