t

tink

Allows you to use Tink Primitive Encryption in your Kotlin Multiplatform Mobile project
https://github.com/RyuNen344/tink-kmm
MIT
Bunjiro Miyoshi
Files download
File Operation
tink-0.0.7.jar download
tink-0.0.7.pom download
tink-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ryunen344.tink</groupId>
  <artifactId>tink</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.ryunen344.tink:tink:0.0.7'
Gradle Kotlin
implementation("io.github.ryunen344.tink:tink:0.0.7")
Scala SBT
libraryDependencies += "io.github.ryunen344.tink" % "tink" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ryunen344.tink', module='tink', version='0.0.7')
)
Apache Ivy
<dependency org="io.github.ryunen344.tink" name="tink" rev="0.0.7" />
Leiningen
[io.github.ryunen344.tink/tink "0.0.7"]
Apache Buildr
'io.github.ryunen344.tink:tink:jar:0.0.7'