is not current version
Last Version 4.4.1

org.springframework.data:spring-data-couchbase 4.1.3

Spring Data integration for Couchbase

Categories

Categories

Couchbase Data Databases
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-couchbase
Version

Version

4.1.3
Type

Type

jar

Download spring-data-couchbase 4.1.3


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