s

sha2-androidnativex86

SHA-224, SHA-256, SHA-384, SHA-512, and SHA-512/t hashing
https://github.com/KotlinCrypto/hash/
The Apache Software License, Version 2.0
Kotlin Crypto
文件下载
文件名 操作
sha2-androidnativex86-0.2.0.pom 下载
sha2-androidnativex86-0.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kotlincrypto.hash</groupId>
  <artifactId>sha2-androidnativex86</artifactId>
  <version>0.2.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.kotlincrypto.hash:sha2-androidnativex86:0.2.0'
Gradle Kotlin
implementation("org.kotlincrypto.hash:sha2-androidnativex86:0.2.0")
Scala SBT
libraryDependencies += "org.kotlincrypto.hash" % "sha2-androidnativex86" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kotlincrypto.hash', module='sha2-androidnativex86', version='0.2.0')
)
Apache Ivy
<dependency org="org.kotlincrypto.hash" name="sha2-androidnativex86" rev="0.2.0" />
Leiningen
[org.kotlincrypto.hash/sha2-androidnativex86 "0.2.0"]
Apache Buildr
'org.kotlincrypto.hash:sha2-androidnativex86:jar:0.2.0'