文件下载
文件名 操作
sha2-256-iosarm32-0.2.2.pom 下载
sha2-256-iosarm32-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kotlincrypto.hash</groupId>
  <artifactId>sha2-256-iosarm32</artifactId>
  <version>0.2.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.kotlincrypto.hash:sha2-256-iosarm32:0.2.2'
Gradle Kotlin
implementation("org.kotlincrypto.hash:sha2-256-iosarm32:0.2.2")
Scala SBT
libraryDependencies += "org.kotlincrypto.hash" % "sha2-256-iosarm32" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.kotlincrypto.hash', module='sha2-256-iosarm32', version='0.2.2')
)
Apache Ivy
<dependency org="org.kotlincrypto.hash" name="sha2-256-iosarm32" rev="0.2.2" />
Leiningen
[org.kotlincrypto.hash/sha2-256-iosarm32 "0.2.2"]
Apache Buildr
'org.kotlincrypto.hash:sha2-256-iosarm32:jar:0.2.2'