Download mysql-socket-factory-1.0.4.jar file - Jar m

Jar examples for m:mysql-socket-factory

Description

Socket factory for the MySQL JDBC driver (version 5.x) 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 mysql-socket-factory 1.0.4 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add mysql-socket-factory-1.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

mysql-socket-factory-1.0.4-javadoc.jar
mysql-socket-factory-1.0.4-sources.jar
mysql-socket-factory-1.0.4.jar
mysql-socket-factory-1.0.4.pom



Related Tutorials