Files download
File Operation
md5-iosarm64-0.2.2.pom download
md5-iosarm64-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kotlincrypto.hash</groupId>
  <artifactId>md5-iosarm64</artifactId>
  <version>0.2.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.kotlincrypto.hash:md5-iosarm64:0.2.2'
Gradle Kotlin
implementation("org.kotlincrypto.hash:md5-iosarm64:0.2.2")
Scala SBT
libraryDependencies += "org.kotlincrypto.hash" % "md5-iosarm64" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.kotlincrypto.hash', module='md5-iosarm64', version='0.2.2')
)
Apache Ivy
<dependency org="org.kotlincrypto.hash" name="md5-iosarm64" rev="0.2.2" />
Leiningen
[org.kotlincrypto.hash/md5-iosarm64 "0.2.2"]
Apache Buildr
'org.kotlincrypto.hash:md5-iosarm64:jar:0.2.2'