<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='1.1.1.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-r2dbc" rev="1.1.1.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.3.1.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.3.1.RELEASE
|-- org.springframework.data:spring-data-relational:2.0.1.RELEASE
|-- org.springframework:spring-tx:5.2.7.RELEASE
|-- org.springframework:spring-context:5.2.7.RELEASE
|-- org.springframework:spring-beans:5.2.7.RELEASE
|-- org.springframework:spring-jdbc:5.2.7.RELEASE
|-- org.springframework:spring-core:5.2.7.RELEASE
|-- io.r2dbc:r2dbc-spi:0.8.2.RELEASE
|-- io.projectreactor:reactor-core:3.3.6.RELEASE
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.72
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.72
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.7