is not current version
Last Version 1.0.0.RC1

io.r2dbc:r2dbc-pool 0.8.7.RELEASE

Reactive Relational Database Connectivity Connection Pool Implementation

GroupId

GroupId

io.r2dbc
ArtifactId

ArtifactId

r2dbc-pool
Version

Version

0.8.7.RELEASE
Type

Type

jar

Download r2dbc-pool 0.8.7.RELEASE


<!-- https://jarcasting.com/artifacts/io.r2dbc/r2dbc-pool/ -->
<dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-pool</artifactId>
    <version>0.8.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-pool/
implementation 'io.r2dbc:r2dbc-pool:0.8.7.RELEASE'
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-pool/
implementation ("io.r2dbc:r2dbc-pool:0.8.7.RELEASE")
'io.r2dbc:r2dbc-pool:jar:0.8.7.RELEASE'
<dependency org="io.r2dbc" name="r2dbc-pool" rev="0.8.7.RELEASE">
  <artifact name="r2dbc-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.r2dbc', module='r2dbc-pool', version='0.8.7.RELEASE')
)
libraryDependencies += "io.r2dbc" % "r2dbc-pool" % "0.8.7.RELEASE"
[io.r2dbc/r2dbc-pool "0.8.7.RELEASE"]