k

kotlinx-crypto-aes-mingwx64

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-mingwx64-0.0.4.pom 下载
kotlinx-crypto-aes-mingwx64-0.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.andreypfau</groupId>
  <artifactId>kotlinx-crypto-aes-mingwx64</artifactId>
  <version>0.0.4</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.andreypfau:kotlinx-crypto-aes-mingwx64:0.0.4'
Gradle Kotlin
implementation("io.github.andreypfau:kotlinx-crypto-aes-mingwx64:0.0.4")
Scala SBT
libraryDependencies += "io.github.andreypfau" % "kotlinx-crypto-aes-mingwx64" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andreypfau', module='kotlinx-crypto-aes-mingwx64', version='0.0.4')
)
Apache Ivy
<dependency org="io.github.andreypfau" name="kotlinx-crypto-aes-mingwx64" rev="0.0.4" />
Leiningen
[io.github.andreypfau/kotlinx-crypto-aes-mingwx64 "0.0.4"]
Apache Buildr
'io.github.andreypfau:kotlinx-crypto-aes-mingwx64:jar:0.0.4'