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