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