Download jdbc_2.11-2.0.1.jar file - Jar j

Jar examples for j:jdbc-2.11

Description

An implementation of SDBC for accessing Microsoft SQL Server using JDBC.

You can download jar file jdbc_2.11 2.0.1 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add jdbc_2.11-2.0.1.jar to your project.

<dependency>
   <groupId>com.rocketfuel.sdbc</groupId>
   <artifactId>jdbc_2.11</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'com.rocketfuel.sdbc', name: 'jdbc_2.11', version: '2.0.1'
libraryDependencies += "com.rocketfuel.sdbc" % "jdbc_2.11" % "2.0.1"
<dependency org="com.rocketfuel.sdbc" name="jdbc_2.11" rev="2.0.1"/>
@Grapes(@Grab(group='com.rocketfuel.sdbc', module='jdbc_2.11', version='2.0.1'))
'com.rocketfuel.sdbc:jdbc_2.11:jar:2.0.1'

Download

Click the following link to download the jar file.

jdbc_2.11-2.0.1-javadoc.jar
jdbc_2.11-2.0.1-sources.jar
jdbc_2.11-2.0.1-tests-javadoc.jar
jdbc_2.11-2.0.1-tests-sources.jar
jdbc_2.11-2.0.1-tests.jar
jdbc_2.11-2.0.1.jar
jdbc_2.11-2.0.1.pom



Related Tutorials