<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>1.5.1</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='1.5.1')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.7.1</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.7.1
|-- org.springframework.data:spring-data-relational:2.4.1
|-- org.springframework:spring-r2dbc:5.3.21
|-- org.springframework:spring-tx:5.3.21
|-- org.springframework:spring-context:5.3.21
|-- org.springframework:spring-beans:5.3.21
|-- org.springframework:spring-jdbc:5.3.21
|-- org.springframework:spring-core:5.3.21
|-- io.r2dbc:r2dbc-spi:0.9.1.RELEASE
|-- io.projectreactor:reactor-core:3.4.19
|-- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.6.21
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.2