<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>3.0.10</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='3.0.10')
)
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational-parent</artifactId> <version>3.0.10</version> </parent>
compile
|-- org.springframework.data:spring-data-relational:3.0.10
|-- org.springframework.data:spring-data-commons:3.0.10
|-- org.springframework:spring-tx:6.0.12
|-- org.springframework:spring-context:6.0.12
|-- org.springframework:spring-beans:6.0.12
|-- org.springframework:spring-jdbc:6.0.12
|-- org.springframework:spring-core:6.0.12
|-- org.springframework:spring-r2dbc:6.0.12
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE
|-- io.projectreactor:reactor-core:3.5.10
|-- org.jetbrains.kotlin:kotlin-stdlib:1.7.22
|-- org.jetbrains.kotlin:kotlin-reflect:1.7.22
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.4