is not current version
Last Version 11.1.2.jre18-preview

com.microsoft.sqlserver:mssql-jdbc 7.1.3.jre8-preview

Microsoft JDBC Driver for SQL Server.

GroupId

GroupId

com.microsoft.sqlserver
ArtifactId

ArtifactId

mssql-jdbc
Version

Version

7.1.3.jre8-preview
Type

Type

jar

Download mssql-jdbc 7.1.3.jre8-preview


<!-- https://jarcasting.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/ -->
<dependency>
    <groupId>com.microsoft.sqlserver</groupId>
    <artifactId>mssql-jdbc</artifactId>
    <version>7.1.3.jre8-preview</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/
implementation 'com.microsoft.sqlserver:mssql-jdbc:7.1.3.jre8-preview'
// https://jarcasting.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/
implementation ("com.microsoft.sqlserver:mssql-jdbc:7.1.3.jre8-preview")
'com.microsoft.sqlserver:mssql-jdbc:jar:7.1.3.jre8-preview'
<dependency org="com.microsoft.sqlserver" name="mssql-jdbc" rev="7.1.3.jre8-preview">
  <artifact name="mssql-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.sqlserver', module='mssql-jdbc', version='7.1.3.jre8-preview')
)
libraryDependencies += "com.microsoft.sqlserver" % "mssql-jdbc" % "7.1.3.jre8-preview"
[com.microsoft.sqlserver/mssql-jdbc "7.1.3.jre8-preview"]