License |
License |
---|---|
GroupId | GroupIdio.r2dbc |
ArtifactId | ArtifactIdr2dbc-proxy |
Version | Version0.9.0.RELEASE |
Type | Typejar |
Description |
DescriptionReactive Relational Database Connectivity - Proxy
Reactive Relational Database Connectivity Proxy Implementation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
r2dbc-proxy-0.9.0.RELEASE.pom | |
r2dbc-proxy-0.9.0.RELEASE.jar | 113 KB |
r2dbc-proxy-0.9.0.RELEASE-sources.jar | 93 KB |
r2dbc-proxy-0.9.0.RELEASE-javadoc.jar | 382 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.r2dbc/r2dbc-proxy/ -->
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-proxy</artifactId>
<version>0.9.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-proxy/
implementation 'io.r2dbc:r2dbc-proxy:0.9.0.RELEASE'
// https://jarcasting.com/artifacts/io.r2dbc/r2dbc-proxy/
implementation ("io.r2dbc:r2dbc-proxy:0.9.0.RELEASE")
'io.r2dbc:r2dbc-proxy:jar:0.9.0.RELEASE'
<dependency org="io.r2dbc" name="r2dbc-proxy" rev="0.9.0.RELEASE">
<artifact name="r2dbc-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.r2dbc', module='r2dbc-proxy', version='0.9.0.RELEASE')
)
libraryDependencies += "io.r2dbc" % "r2dbc-proxy" % "0.9.0.RELEASE"
[io.r2dbc/r2dbc-proxy "0.9.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.r2dbc : r2dbc-spi | jar | 0.9.0.RELEASE |
io.projectreactor : reactor-core | jar | 3.4.13 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |