is not current version
Last Version 0.8.12.RELEASE

io.r2dbc:r2dbc-postgresql 0.8.7.RELEASE

Reactive Relational Database Connectivity Driver Implementation for Postgresql

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

io.r2dbc
ArtifactId

ArtifactId

r2dbc-postgresql
Version

Version

0.8.7.RELEASE
Type

Type

jar

Download r2dbc-postgresql 0.8.7.RELEASE


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