An open API service indexing awesome lists of open source software.

https://github.com/r2dbc/r2dbc-bom

R2DBC Bill of Materials
https://github.com/r2dbc/r2dbc-bom

r2dbc

Last synced: 10 months ago
JSON representation

R2DBC Bill of Materials

Awesome Lists containing this project

README

          

# Reactive Relational Database Connectivity Bill of Materials [![Java CI with Maven](https://github.com/r2dbc/r2dbc-bom/workflows/Java%20CI%20with%20Maven/badge.svg?branch=main)](https://github.com/r2dbc/r2dbc-bom/actions?query=workflow%3A%22Java+CI+with+Maven%22+branch%3Amain) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.r2dbc/r2dbc-bom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.r2dbc/r2dbc-bom)

This project contains the Bill of Materials for [R2DBC][r].

[r]: https://r2dbc.io

## Maven

Usage in Maven

```xml



io.r2dbc
r2dbc-bom
(trainname)-[RELEASE|SRnnn]
pom
import


io.r2dbc
r2dbc-spi

```

## Gradle

Usage in Gradle

```groovy
dependencies {
implementation platform("io.r2dbc:r2dbc-bom:(trainname)-[RELEASE|SRnnn]")

implementation("io.r2dbc:r2dbc-spi")
}
```

## License
This project is released under version 2.0 of the [Apache License][l].

[l]: https://www.apache.org/licenses/LICENSE-2.0