<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>1.3.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='1.3.3')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.5.3</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.5.3
|-- org.springframework.data:spring-data-relational:2.2.3
|-- org.springframework:spring-r2dbc:5.3.9
|-- org.springframework:spring-tx:5.3.9
|-- org.springframework:spring-context:5.3.9
|-- org.springframework:spring-beans:5.3.9
|-- org.springframework:spring-jdbc:5.3.9
|-- org.springframework:spring-core:5.3.9
|-- io.r2dbc:r2dbc-spi:0.8.5.RELEASE
|-- io.projectreactor:reactor-core:3.4.8
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.5.21
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.4.3