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