Download postgres-socket-factory-1.0.5.jar file - Jar p

Jar examples for p:postgres-socket-factory

Description

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

You can download jar file postgres-socket-factory 1.0.5 in this page.

Build File

You can use the following script to add postgres-socket-factory-1.0.5.jar to your project.

<dependency>
   <groupId>com.google.cloud.sql</groupId>
   <artifactId>postgres-socket-factory</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'com.google.cloud.sql', name: 'postgres-socket-factory', version: '1.0.5'
libraryDependencies += "com.google.cloud.sql" % "postgres-socket-factory" % "1.0.5"
<dependency org="com.google.cloud.sql" name="postgres-socket-factory" rev="1.0.5"/>
@Grapes(@Grab(group='com.google.cloud.sql', module='postgres-socket-factory', version='1.0.5'))
'com.google.cloud.sql:postgres-socket-factory:jar:1.0.5'

Download

Click the following link to download the jar file.

postgres-socket-factory-1.0.5-javadoc.jar
postgres-socket-factory-1.0.5-sources.jar
postgres-socket-factory-1.0.5.jar
postgres-socket-factory-1.0.5.pom



Related Tutorials