Download tink-1.1.0.jar file - Jar t

Jar examples for t:tink

Description

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.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tink-1.1.0.jar to your project.

<dependency>
   <groupId>com.google.crypto.tink</groupId>
   <artifactId>tink</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.google.crypto.tink', name: 'tink', version: '1.1.0'
libraryDependencies += "com.google.crypto.tink" % "tink" % "1.1.0"
<dependency org="com.google.crypto.tink" name="tink" rev="1.1.0"/>
@Grapes(@Grab(group='com.google.crypto.tink', module='tink', version='1.1.0'))
'com.google.crypto.tink:tink:jar:1.1.0'

Download

Click the following link to download the jar file.

tink-1.1.0-javadoc.jar
tink-1.1.0-sources.jar
tink-1.1.0.jar
tink-1.1.0.pom



Related Tutorials