<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>0.8.10.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.r2dbc', module='r2dbc-postgresql', version='0.8.10.RELEASE')
)
compile
|-- io.r2dbc:r2dbc-spi:0.8.6.RELEASE
|-- com.ongres.scram:client:2.1
|-- io.projectreactor:reactor-core:3.3.20.RELEASE
|-- io.projectreactor.netty:reactor-netty:0.9.23.RELEASE
|-- io.netty:netty-transport-native-epoll:4.1.68.Final
|-- io.netty:netty-transport-native-kqueue:4.1.68.Final
provided