| License |
License |
|---|---|
| Categories |
CategoriesTink Security |
| GroupId | GroupIdcom.google.crypto.tink |
| ArtifactId | ArtifactIdtink-gcpkms |
| Last Version | Last Version1.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTink Cryptography API with Google Cloud KMS
This is a plugin that integrates Tink with Google Cloud KMS.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tink-gcpkms-1.6.1.pom | |
| tink-gcpkms-1.6.1.jar | 229 KB |
| tink-gcpkms-1.6.1-sources.jar | 9 KB |
| tink-gcpkms-1.6.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.crypto.tink/tink-gcpkms/ -->
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink-gcpkms</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.crypto.tink/tink-gcpkms/
implementation 'com.google.crypto.tink:tink-gcpkms:1.6.1'
// https://jarcasting.com/artifacts/com.google.crypto.tink/tink-gcpkms/
implementation ("com.google.crypto.tink:tink-gcpkms:1.6.1")
'com.google.crypto.tink:tink-gcpkms:jar:1.6.1'
<dependency org="com.google.crypto.tink" name="tink-gcpkms" rev="1.6.1">
<artifact name="tink-gcpkms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.crypto.tink', module='tink-gcpkms', version='1.6.1')
)
libraryDependencies += "com.google.crypto.tink" % "tink-gcpkms" % "1.6.1"
[com.google.crypto.tink/tink-gcpkms "1.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-cbor | jar | 2.12.1 |
| com.google.api-client : google-api-client | jar | 1.31.4 |
| com.google.apis : google-api-services-cloudkms | jar | v1-rev108-1.25.0 |
| com.google.guava : guava | jar | 30.1.1-jre |
| com.google.auto.service : auto-service | jar | 1.0-rc7 |
| com.google.crypto.tink : tink | jar | 1.6.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |