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