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