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