MVN

io.r2dbc : r2dbc-h2

Maven & Gradle

Nov 10, 2022
56 usages
193 stars

Reactive Relational Database Connectivity - H2 · Reactive Relational Database Connectivity Driver Implementation for H2

<dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-h2</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.r2dbc : r2dbc-h2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.RELEASE
  • Latest Release Candidate: 1.0.0.RC1

All Versions

Choose a version of io.r2dbc : r2dbc-h2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
r2dbc-h2-1.0.0.RELEASE
r2dbc-h2-1.0.0.RC1
0.9.x
r2dbc-h2-0.9.1.RELEASE
r2dbc-h2-0.9.0.RELEASE
r2dbc-h2-0.9.0.M1
0.8.x
r2dbc-h2-0.8.5.RELEASE
r2dbc-h2-0.8.4.RELEASE
r2dbc-h2-0.8.3.RELEASE
r2dbc-h2-0.8.2.RELEASE
r2dbc-h2-0.8.1.RELEASE
r2dbc-h2-0.8.0.RELEASE

How to add a dependency to Maven

Add the following io.r2dbc : r2dbc-h2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-h2</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.r2dbc : r2dbc-h2 gradle dependency to your build.gradle file:

implementation 'io.r2dbc:r2dbc-h2:1.0.0.RELEASE'

Gradle Kotlin DSL: Add the following io.r2dbc : r2dbc-h2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.r2dbc : r2dbc-h2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.r2dbc" % "r2dbc-h2" % "1.0.0.RELEASE"

Advertisement

Dependencies from Group

Feb 03, 2022
127 usages
408 stars
Sep 01, 2022
90 usages
9 stars
Aug 02, 2023
73 usages
134 stars
Nov 10, 2022
56 usages
193 stars
Sep 01, 2022
49 usages
976 stars

Discover Dependencies

Sep 01, 2022
90 usages
9 stars
Aug 16, 2023
1 usages
864 stars
Jan 23, 2023
11 usages
8 stars
Jan 23, 2023
4 usages
8 stars
May 26, 2021
1 usages
6 stars