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