Jar examples for t:tink
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.
You can download jar file tink 1.2.0-rc2 in this page.
Apache License, Version 2.0
You can use the following script to add tink-1.2.0-rc2.jar to your project.
<dependency> <groupId>com.google.crypto.tink</groupId> <artifactId>tink</artifactId> <version>1.2.0-rc2</version> </dependency>
compile group: 'com.google.crypto.tink', name: 'tink', version: '1.2.0-rc2'
libraryDependencies += "com.google.crypto.tink" % "tink" % "1.2.0-rc2"
<dependency org="com.google.crypto.tink" name="tink" rev="1.2.0-rc2"/>
@Grapes(@Grab(group='com.google.crypto.tink', module='tink', version='1.2.0-rc2'))
'com.google.crypto.tink:tink:jar:1.2.0-rc2'
Click the following link to download the jar file.
tink-1.2.0-rc2-javadoc.jar