Jar examples for m:mssql-jdbc
Microsoft JDBC 4.2 Driver for SQL Server. The Azure Key Vault feature in Microsoft JDBC Driver for SQL Server depends on Azure SDK for JAVA and Azure Active Directory Library For Java.
You can download jar file mssql-jdbc 6.2.2.jre7 in this page.
MIT License
You can use the following script to add mssql-jdbc-6.2.2.jre7.jar to your project.
<dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> <version>6.2.2.jre7</version> </dependency>
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '6.2.2.jre7'
libraryDependencies += "com.microsoft.sqlserver" % "mssql-jdbc" % "6.2.2.jre7"
<dependency org="com.microsoft.sqlserver" name="mssql-jdbc" rev="6.2.2.jre7"/>
@Grapes(@Grab(group='com.microsoft.sqlserver', module='mssql-jdbc', version='6.2.2.jre7'))
'com.microsoft.sqlserver:mssql-jdbc:jar:6.2.2.jre7'
Click the following link to download the jar file.
mssql-jdbc-6.2.2.jre7-javadoc.jar