Categories |
CategoriesCouchbase Data Databases |
---|---|
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-store-couchbase |
Version | Version1.8.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-store-couchbase/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-store-couchbase</artifactId>
<version>1.8.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-couchbase/
implementation 'org.ff4j:ff4j-store-couchbase:1.8.10'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-couchbase/
implementation ("org.ff4j:ff4j-store-couchbase:1.8.10")
'org.ff4j:ff4j-store-couchbase:jar:1.8.10'
<dependency org="org.ff4j" name="ff4j-store-couchbase" rev="1.8.10">
<artifact name="ff4j-store-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-store-couchbase', version='1.8.10')
)
libraryDependencies += "org.ff4j" % "ff4j-store-couchbase" % "1.8.10"
[org.ff4j/ff4j-store-couchbase "1.8.10"]