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