<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-h2</artifactId> <version>1.0.0.RELEASE</version> </dependency>
implementation 'io.r2dbc:r2dbc-h2:1.0.0.RELEASE'
implementation("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
libraryDependencies += "io.r2dbc" % "r2dbc-h2" % "1.0.0.RELEASE"
@Grapes( @Grab(group='io.r2dbc', module='r2dbc-h2', version='1.0.0.RELEASE') )
<dependency org="io.r2dbc" name="r2dbc-h2" rev="1.0.0.RELEASE" />
[io.r2dbc/r2dbc-h2 "1.0.0.RELEASE"]
'io.r2dbc:r2dbc-h2:jar:1.0.0.RELEASE'
compile
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE
|-- com.h2database:h2:2.1.214
|-- io.projectreactor:reactor-core:3.5.0
provided
|-- org.locationtech.jts:jts-core:1.16.1
|-- com.google.code.findbugs:jsr305:3.0.2