MVN

com.udaan.r2dbi : r2dbi

Maven & Gradle

Mar 05, 2024
0 stars

A JDBI like client for R2DBC · A JDBI like client for R2DBC which allows developers to use declarative syntax to execute queries and map their results

<dependency>
    <groupId>com.udaan.r2dbi</groupId>
    <artifactId>r2dbi</artifactId>
    <version>1.0.0.ALPHA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.udaan.r2dbi : r2dbi to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.ALPHA
  • Latest Alpha: 1.0.0.ALPHA

All Versions

Choose a version of com.udaan.r2dbi : r2dbi to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
r2dbi-1.0.0.ALPHA

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.udaan.r2dbi</groupId>
    <artifactId>r2dbi</artifactId>
    <version>1.0.0.ALPHA</version>
</dependency>

Advertisement