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