License |
License |
---|---|
GroupId | GroupIdcom.google.cloud.sql |
ArtifactId | ArtifactIdpostgres-socket-factory |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCloud SQL 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.
|
<!-- 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.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.sql/postgres-socket-factory/
implementation 'com.google.cloud.sql:postgres-socket-factory:1.6.1'
// https://jarcasting.com/artifacts/com.google.cloud.sql/postgres-socket-factory/
implementation ("com.google.cloud.sql:postgres-socket-factory:1.6.1")
'com.google.cloud.sql:postgres-socket-factory:jar:1.6.1'
<dependency org="com.google.cloud.sql" name="postgres-socket-factory" rev="1.6.1">
<artifact name="postgres-socket-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.sql', module='postgres-socket-factory', version='1.6.1')
)
libraryDependencies += "com.google.cloud.sql" % "postgres-socket-factory" % "1.6.1"
[com.google.cloud.sql/postgres-socket-factory "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud.sql : jdbc-socket-factory-core | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.3.6 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.1-android |
junit : junit | jar | 4.13.2 |
com.google.truth : truth | jar | 1.1.3 |
com.zaxxer : HikariCP | jar | 4.0.3 |