is not current version
Last Version 0.9.0.RELEASE

io.r2dbc:r2dbc-mssql 0.8.5.RELEASE

Reactive Relational Database Connectivity Driver Implementation for Microsoft SQL Server

GroupId

GroupId

io.r2dbc
ArtifactId

ArtifactId

r2dbc-mssql
Version

Version

0.8.5.RELEASE
Type

Type

jar

Download r2dbc-mssql 0.8.5.RELEASE


<!-- https://jarcasting.com/artifacts/io.r2dbc/r2dbc-mssql/ -->
<dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-mssql</artifactId>
    <version>0.8.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-mssql/
implementation 'io.r2dbc:r2dbc-mssql:0.8.5.RELEASE'
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-mssql/
implementation ("io.r2dbc:r2dbc-mssql:0.8.5.RELEASE")
'io.r2dbc:r2dbc-mssql:jar:0.8.5.RELEASE'
<dependency org="io.r2dbc" name="r2dbc-mssql" rev="0.8.5.RELEASE">
  <artifact name="r2dbc-mssql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.r2dbc', module='r2dbc-mssql', version='0.8.5.RELEASE')
)
libraryDependencies += "io.r2dbc" % "r2dbc-mssql" % "0.8.5.RELEASE"
[io.r2dbc/r2dbc-mssql "0.8.5.RELEASE"]