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