| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesPostgreSQL Data Databases | 
        
| GroupId | GroupIdio.r2dbc | 
    
| ArtifactId | ArtifactIdr2dbc-postgresql | 
    
| Version | Version0.8.11.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionReactive Relational Database Connectivity - Postgresql 
            Reactive Relational Database Connectivity Driver Implementation for Postgresql 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.r2dbc/r2dbc-postgresql/ -->
<dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-postgresql</artifactId>
    <version>0.8.11.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.r2dbc/r2dbc-postgresql/
implementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'
                // https://jarcasting.com/artifacts/io.r2dbc/r2dbc-postgresql/
implementation ("io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE")
                'io.r2dbc:r2dbc-postgresql:jar:0.8.11.RELEASE'
                <dependency org="io.r2dbc" name="r2dbc-postgresql" rev="0.8.11.RELEASE">
  <artifact name="r2dbc-postgresql" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.r2dbc', module='r2dbc-postgresql', version='0.8.11.RELEASE')
)
                libraryDependencies += "io.r2dbc" % "r2dbc-postgresql" % "0.8.11.RELEASE"
                [io.r2dbc/r2dbc-postgresql "0.8.11.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.r2dbc : r2dbc-spi | jar | 0.8.6.RELEASE | 
| com.ongres.scram : client | jar | 2.1 | 
| io.projectreactor : reactor-core | jar | 3.3.22.RELEASE | 
| io.projectreactor.netty : reactor-netty | jar | 0.9.25.RELEASE | 
| io.netty : netty-transport-native-epoll Optional | jar | 4.1.72.Final | 
| io.netty : netty-transport-native-kqueue Optional | jar | 4.1.72.Final | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |