t

tink

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
http://github.com/tink-crypto/tink-java
Apache License, Version 2.0
Files download
File Operation
tink-1.10.0.jar download
tink-1.10.0.pom download
tink-1.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.crypto.tink</groupId>
  <artifactId>tink</artifactId>
  <version>1.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.crypto.tink:tink:1.10.0'
Gradle Kotlin
implementation("com.google.crypto.tink:tink:1.10.0")
Scala SBT
libraryDependencies += "com.google.crypto.tink" % "tink" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.crypto.tink', module='tink', version='1.10.0')
)
Apache Ivy
<dependency org="com.google.crypto.tink" name="tink" rev="1.10.0" />
Leiningen
[com.google.crypto.tink/tink "1.10.0"]
Apache Buildr
'com.google.crypto.tink:tink:jar:1.10.0'