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