<dependency>
<groupId>org.postgresql</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>0.9.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.postgresql', module='r2dbc-postgresql', version='0.9.3.RELEASE')
)
compile
|-- io.r2dbc:r2dbc-spi:0.9.1.RELEASE
|-- com.ongres.scram:client:2.1
|-- io.projectreactor:reactor-core:3.4.24
|-- io.projectreactor.netty:reactor-netty:1.0.24
|-- io.netty:netty-transport-native-epoll:4.1.85.Final
|-- io.netty:netty-transport-native-kqueue:4.1.85.Final
provided