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