<dependency> <groupId>org.springframework</groupId> <artifactId>spring-r2dbc</artifactId> <version>6.1.12</version> </dependency>
implementation 'org.springframework:spring-r2dbc:6.1.12'
implementation("org.springframework:spring-r2dbc:6.1.12")
libraryDependencies += "org.springframework" % "spring-r2dbc" % "6.1.12"
@Grapes( @Grab(group='org.springframework', module='spring-r2dbc', version='6.1.12') )
<dependency org="org.springframework" name="spring-r2dbc" rev="6.1.12" />
[org.springframework/spring-r2dbc "6.1.12"]
'org.springframework:spring-r2dbc:jar:6.1.12'
compile
|-- org.springframework:spring-beans:6.1.12
|-- org.springframework:spring-core:6.1.12
|-- org.springframework:spring-tx:6.1.12
|-- io.projectreactor:reactor-core:3.6.9
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE