is not current version
Last Version 1.0.1

com.couchbase.client:kotlin-client 1.0.0

The official Couchbase Kotlin SDK

Categories

Categories

Kotlin Languages Couchbase Data Databases CLI User Interface
GroupId

GroupId

com.couchbase.client
ArtifactId

ArtifactId

kotlin-client
Version

Version

1.0.0
Type

Type

jar

Download kotlin-client 1.0.0


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