GroupId | GroupIdcom.microsoft.sqlserver |
---|---|
ArtifactId | ArtifactIdmssql-jdbc |
Version | Version11.1.2.jre11-preview |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/ -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.1.2.jre11-preview</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/
implementation 'com.microsoft.sqlserver:mssql-jdbc:11.1.2.jre11-preview'
// https://jarcasting.com/artifacts/com.microsoft.sqlserver/mssql-jdbc/
implementation ("com.microsoft.sqlserver:mssql-jdbc:11.1.2.jre11-preview")
'com.microsoft.sqlserver:mssql-jdbc:jar:11.1.2.jre11-preview'
<dependency org="com.microsoft.sqlserver" name="mssql-jdbc" rev="11.1.2.jre11-preview">
<artifact name="mssql-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.sqlserver', module='mssql-jdbc', version='11.1.2.jre11-preview')
)
libraryDependencies += "com.microsoft.sqlserver" % "mssql-jdbc" % "11.1.2.jre11-preview"
[com.microsoft.sqlserver/mssql-jdbc "11.1.2.jre11-preview"]