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