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