| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases | 
| GroupId | GroupIdio.r2dbc | 
| ArtifactId | ArtifactIdr2dbc-h2 | 
| Version | Version0.9.1.RELEASE | 
| Type | Typejar | 
| Description | DescriptionReactive Relational Database Connectivity - H2 Reactive Relational Database Connectivity Driver Implementation for H2 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| r2dbc-h2-0.9.1.RELEASE.pom | |
| r2dbc-h2-0.9.1.RELEASE.jar | 110 KB | 
| r2dbc-h2-0.9.1.RELEASE-sources.jar | 73 KB | 
| r2dbc-h2-0.9.1.RELEASE-javadoc.jar | 134 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.r2dbc/r2dbc-h2/ -->
<dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-h2</artifactId>
    <version>0.9.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-h2/
implementation 'io.r2dbc:r2dbc-h2:0.9.1.RELEASE'// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-h2/
implementation ("io.r2dbc:r2dbc-h2:0.9.1.RELEASE")'io.r2dbc:r2dbc-h2:jar:0.9.1.RELEASE'<dependency org="io.r2dbc" name="r2dbc-h2" rev="0.9.1.RELEASE">
  <artifact name="r2dbc-h2" type="jar" />
</dependency>@Grapes(
@Grab(group='io.r2dbc', module='r2dbc-h2', version='0.9.1.RELEASE')
)libraryDependencies += "io.r2dbc" % "r2dbc-h2" % "0.9.1.RELEASE"[io.r2dbc/r2dbc-h2 "0.9.1.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.r2dbc : r2dbc-spi | jar | 0.9.1.RELEASE | 
| com.h2database : h2 | jar | 2.1.210 | 
| io.projectreactor : reactor-core | jar | 3.4.14 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.locationtech.jts : jts-core | jar | 1.16.1 | 
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |