is not current version
Last Version 2.0.1

com.couchbase.client:encryption 1.0.0

Contains cryptographic algorithms and key store providers to be used with the SDK.

Categories

Categories

Couchbase Data Databases CLI User Interface
GroupId

GroupId

com.couchbase.client
ArtifactId

ArtifactId

encryption
Version

Version

1.0.0
Type

Type

jar

Download encryption 1.0.0


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