Download mysql-socket-factory-core-1.0.2.jar file - Jar m

Jar examples for m:mysql-socket-factory-core

Description

Core library for establishing secure connections. End users should depend on the the mysql-socket-factory artifact.

You can download jar file mysql-socket-factory-core 1.0.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

mysql-socket-factory-core-1.0.2-javadoc.jar
mysql-socket-factory-core-1.0.2-sources.jar
mysql-socket-factory-core-1.0.2.jar
mysql-socket-factory-core-1.0.2.pom



Related Tutorials