<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>1.4.2</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='1.4.2')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.6.2</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.6.2
|-- org.springframework.data:spring-data-relational:2.3.2
|-- org.springframework:spring-r2dbc:5.3.16
|-- org.springframework:spring-tx:5.3.16
|-- org.springframework:spring-context:5.3.16
|-- org.springframework:spring-beans:5.3.16
|-- org.springframework:spring-jdbc:5.3.16
|-- org.springframework:spring-core:5.3.16
|-- io.r2dbc:r2dbc-spi:0.8.6.RELEASE
|-- io.projectreactor:reactor-core:3.4.15
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.32
|-- org.jetbrains.kotlin:kotlin-reflect:1.5.32
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.5.2