is not current version
Last Version 0.40.0

com.couchbase.client:dcp-client 0.23.0

The official, lightweight DCP Client for the JVM.

Categories

Categories

Couchbase Data Databases CLI User Interface
GroupId

GroupId

com.couchbase.client
ArtifactId

ArtifactId

dcp-client
Version

Version

0.23.0
Type

Type

jar

Download dcp-client 0.23.0


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