is not current version
Last Version 1.5.1

org.springframework.data:spring-data-r2dbc 1.2.5

Spring Data module for R2DBC

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-r2dbc
Version

Version

1.2.5
Type

Type

jar

Download spring-data-r2dbc 1.2.5


<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-r2dbc/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-r2dbc</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-r2dbc/
implementation 'org.springframework.data:spring-data-r2dbc:1.2.5'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-r2dbc/
implementation ("org.springframework.data:spring-data-r2dbc:1.2.5")
'org.springframework.data:spring-data-r2dbc:jar:1.2.5'
<dependency org="org.springframework.data" name="spring-data-r2dbc" rev="1.2.5">
  <artifact name="spring-data-r2dbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-r2dbc', version='1.2.5')
)
libraryDependencies += "org.springframework.data" % "spring-data-r2dbc" % "1.2.5"
[org.springframework.data/spring-data-r2dbc "1.2.5"]