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