<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-proxy</artifactId> <version>1.1.3.RELEASE</version> </dependency>
implementation 'io.r2dbc:r2dbc-proxy:1.1.3.RELEASE'
implementation("io.r2dbc:r2dbc-proxy:1.1.3.RELEASE")
libraryDependencies += "io.r2dbc" % "r2dbc-proxy" % "1.1.3.RELEASE"
@Grapes( @Grab(group='io.r2dbc', module='r2dbc-proxy', version='1.1.3.RELEASE') )
<dependency org="io.r2dbc" name="r2dbc-proxy" rev="1.1.3.RELEASE" />
[io.r2dbc/r2dbc-proxy "1.1.3.RELEASE"]
'io.r2dbc:r2dbc-proxy:jar:1.1.3.RELEASE'
compile
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE
|-- io.projectreactor:reactor-core:3.5.12
|-- io.micrometer:micrometer-observation:1.10.13
provided
|-- com.google.code.findbugs:jsr305:3.0.2