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