<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-spi</artifactId> <version>0.9.0.RELEASE</version> </dependency>
implementation 'io.r2dbc:r2dbc-spi:0.9.0.RELEASE'
implementation("io.r2dbc:r2dbc-spi:0.9.0.RELEASE")
libraryDependencies += "io.r2dbc" % "r2dbc-spi" % "0.9.0.RELEASE"
@Grapes( @Grab(group='io.r2dbc', module='r2dbc-spi', version='0.9.0.RELEASE') )
<dependency org="io.r2dbc" name="r2dbc-spi" rev="0.9.0.RELEASE" />
[io.r2dbc/r2dbc-spi "0.9.0.RELEASE"]
'io.r2dbc:r2dbc-spi:jar:0.9.0.RELEASE'
<parent> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-spi-parent</artifactId> <version>0.9.0.RELEASE</version> </parent>
compile
|-- org.reactivestreams:reactive-streams:1.0.3
provided
|-- com.google.code.findbugs:jsr305:3.0.2