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