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