Download snowflake-jdbc-3.6.3.jar file - Jar s

Jar examples for s:snowflake-jdbc

Description

Snowflake JDBC Driver

You can download jar file snowflake-jdbc 3.6.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add snowflake-jdbc-3.6.3.jar to your project.

<dependency>
   <groupId>net.snowflake</groupId>
   <artifactId>snowflake-jdbc</artifactId>
   <version>3.6.3</version>
</dependency>
compile group: 'net.snowflake', name: 'snowflake-jdbc', version: '3.6.3'
libraryDependencies += "net.snowflake" % "snowflake-jdbc" % "3.6.3"
<dependency org="net.snowflake" name="snowflake-jdbc" rev="3.6.3"/>
@Grapes(@Grab(group='net.snowflake', module='snowflake-jdbc', version='3.6.3'))
'net.snowflake:snowflake-jdbc:jar:3.6.3'

Download

Click the following link to download the jar file.

snowflake-jdbc-3.6.3-javadoc.jar
snowflake-jdbc-3.6.3-sources.jar
snowflake-jdbc-3.6.3.jar
snowflake-jdbc-3.6.3.pom



Related Tutorials