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