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