Download tink-1.2.0-rc2.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.2.0-rc2 in this page.

License

Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

tink-1.2.0-rc2-javadoc.jar
tink-1.2.0-rc2-sources.jar
tink-1.2.0-rc2.jar
tink-1.2.0-rc2.pom



Related Tutorials