Download jdbc-socket-factory-core-1.0.10.jar file - Jar j

Jar examples for j:jdbc-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 jdbc-socket-factory-core 1.0.10 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jdbc-socket-factory-core-1.0.10-javadoc.jar
jdbc-socket-factory-core-1.0.10-sources.jar
jdbc-socket-factory-core-1.0.10.jar
jdbc-socket-factory-core-1.0.10.pom



Related Tutorials