is not current version
Last Version 1.6.1

com.google.crypto.tink:tink 1.0.0

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks. It is written by a group of cryptographers and security engineers at Google, but it is not an official Google product.

GroupId

GroupId

com.google.crypto.tink
ArtifactId

ArtifactId

tink
Version

Version

1.0.0
Type

Type

jar

Download tink 1.0.0


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