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