is not current version
Last Version 11.1.2.jre18-preview

com.microsoft.sqlserver:mssql-jdbc 8.1.0.jre11-preview

Microsoft JDBC Driver for SQL Server.

GroupId

GroupId

com.microsoft.sqlserver
ArtifactId

ArtifactId

mssql-jdbc
Version

Version

8.1.0.jre11-preview
Type

Type

jar

Download mssql-jdbc 8.1.0.jre11-preview


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