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