is not current version
Last Version 1.6.1

com.google.crypto.tink:tink-android 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.

Categories

Categories

Tink Security
GroupId

GroupId

com.google.crypto.tink
ArtifactId

ArtifactId

tink-android
Version

Version

1.0.0
Type

Type

jar

Download tink-android 1.0.0


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