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