<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='1.0.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-r2dbc" rev="1.0.0.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.2.3.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.2.3.RELEASE
|-- org.springframework.data:spring-data-relational:1.1.3.RELEASE
|-- org.springframework:spring-tx:5.2.2.RELEASE
|-- org.springframework:spring-context:5.2.2.RELEASE
|-- org.springframework:spring-beans:5.2.2.RELEASE
|-- org.springframework:spring-jdbc:5.2.2.RELEASE
|-- org.springframework:spring-core:5.2.2.RELEASE
|-- io.r2dbc:r2dbc-spi:0.8.0.RELEASE
|-- io.projectreactor:reactor-core:3.3.1.RELEASE
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.60
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.60
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.2