<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-mssql</artifactId> <version>0.9.0.RC1</version> </dependency>
implementation 'io.r2dbc:r2dbc-mssql:0.9.0.RC1'
implementation("io.r2dbc:r2dbc-mssql:0.9.0.RC1")
libraryDependencies += "io.r2dbc" % "r2dbc-mssql" % "0.9.0.RC1"
@Grapes( @Grab(group='io.r2dbc', module='r2dbc-mssql', version='0.9.0.RC1') )
<dependency org="io.r2dbc" name="r2dbc-mssql" rev="0.9.0.RC1" />
[io.r2dbc/r2dbc-mssql "0.9.0.RC1"]
'io.r2dbc:r2dbc-mssql:jar:0.9.0.RC1'
compile
|-- io.r2dbc:r2dbc-spi:0.9.0.RELEASE
|-- io.projectreactor:reactor-core:3.4.12
|-- io.projectreactor.netty:reactor-netty:1.0.13
provided
|-- com.google.code.findbugs:jsr305:3.0.2