spring-boot-starter-data-couchbase-reactive

spring-boot-starter-data-couchbase-reactive

Starter for using Couchbase document-oriented database and Spring Data Couchbase Reactive
https://spring.io/projects/spring-boot
Apache License, Version 2.0
VMware, Inc.
Spring
文件下载
文件名 操作
spring-boot-starter-data-couchbase-reactive-3.1.2.jar 下载
spring-boot-starter-data-couchbase-reactive-3.1.2.pom 下载
spring-boot-starter-data-couchbase-reactive-3.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-data-couchbase-reactive</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-data-couchbase-reactive:3.1.2'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-data-couchbase-reactive:3.1.2")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-couchbase-reactive" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-data-couchbase-reactive', version='3.1.2')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-data-couchbase-reactive" rev="3.1.2" />
Leiningen
[org.springframework.boot/spring-boot-starter-data-couchbase-reactive "3.1.2"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-data-couchbase-reactive:jar:3.1.2'