r

r2dbc-mssql

Reactive Relational Database Connectivity Driver Implementation for Microsoft SQL Server
https://github.com/r2dbc/r2dbc-mssql
Apache License 2.0
Ben Hale Mark Paluch
Files download
File Operation
r2dbc-mssql-0.8.7.RELEASE.jar download
r2dbc-mssql-0.8.7.RELEASE.pom download
r2dbc-mssql-0.8.7.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.r2dbc</groupId>
  <artifactId>r2dbc-mssql</artifactId>
  <version>0.8.7.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
Gradle Kotlin
implementation("io.r2dbc:r2dbc-mssql:0.8.7.RELEASE")
Scala SBT
libraryDependencies += "io.r2dbc" % "r2dbc-mssql" % "0.8.7.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.r2dbc', module='r2dbc-mssql', version='0.8.7.RELEASE')
)
Apache Ivy
<dependency org="io.r2dbc" name="r2dbc-mssql" rev="0.8.7.RELEASE" />
Leiningen
[io.r2dbc/r2dbc-mssql "0.8.7.RELEASE"]
Apache Buildr
'io.r2dbc:r2dbc-mssql:jar:0.8.7.RELEASE'