k

kotlinx-crypto-aes-tvossimulatorarm64

A multiplatform Kotlin library providing basic cryptographic functions and primitives
https://github.com/andreypfau/kotlinx-crypto
The Apache Software License, Version 2.0
Andrey Pfau
文件下载
文件名 操作
kotlinx-crypto-aes-tvossimulatorarm64-0.0.2.pom 下载
kotlinx-crypto-aes-tvossimulatorarm64-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.andreypfau</groupId>
  <artifactId>kotlinx-crypto-aes-tvossimulatorarm64</artifactId>
  <version>0.0.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.andreypfau:kotlinx-crypto-aes-tvossimulatorarm64:0.0.2'
Gradle Kotlin
implementation("io.github.andreypfau:kotlinx-crypto-aes-tvossimulatorarm64:0.0.2")
Scala SBT
libraryDependencies += "io.github.andreypfau" % "kotlinx-crypto-aes-tvossimulatorarm64" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andreypfau', module='kotlinx-crypto-aes-tvossimulatorarm64', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.andreypfau" name="kotlinx-crypto-aes-tvossimulatorarm64" rev="0.0.2" />
Leiningen
[io.github.andreypfau/kotlinx-crypto-aes-tvossimulatorarm64 "0.0.2"]
Apache Buildr
'io.github.andreypfau:kotlinx-crypto-aes-tvossimulatorarm64:jar:0.0.2'