is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-data-couchbase-reactive 2.0.0.RELEASE

Starter for using Couchbase document-oriented database and Spring Data Couchbase Reactive

Categories

Categories

Spring Boot Container Microservices Couchbase Data Databases React User Interface Web Frameworks
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-data-couchbase-reactive
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download spring-boot-starter-data-couchbase-reactive 2.0.0.RELEASE


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