is not current version
Last Version 1.6.1

com.google.crypto.tink:tink 1.5.0

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

GroupId

GroupId

com.google.crypto.tink
ArtifactId

ArtifactId

tink
Version

Version

1.5.0
Type

Type

jar

Download tink 1.5.0


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