r

r2dbc-h2

Reactive Relational Database Connectivity Driver Implementation for H2
https://github.com/r2dbc/r2dbc-h2
Apache License 2.0
Ben Hale Greg Turnquist
文件下载
文件名 操作
r2dbc-h2-1.0.0.RELEASE.jar 下载
r2dbc-h2-1.0.0.RELEASE.pom 下载
r2dbc-h2-1.0.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.r2dbc</groupId>
  <artifactId>r2dbc-h2</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.r2dbc:r2dbc-h2:1.0.0.RELEASE'
Gradle Kotlin
implementation("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "io.r2dbc" % "r2dbc-h2" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.r2dbc', module='r2dbc-h2', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="io.r2dbc" name="r2dbc-h2" rev="1.0.0.RELEASE" />
Leiningen
[io.r2dbc/r2dbc-h2 "1.0.0.RELEASE"]
Apache Buildr
'io.r2dbc:r2dbc-h2:jar:1.0.0.RELEASE'