文件下载
文件名 操作
hmac-androidnativearm32-0.2.5.pom 下载
hmac-androidnativearm32-0.2.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kotlincrypto.macs</groupId>
  <artifactId>hmac-androidnativearm32</artifactId>
  <version>0.2.5</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.kotlincrypto.macs:hmac-androidnativearm32:0.2.5'
Gradle Kotlin
implementation("org.kotlincrypto.macs:hmac-androidnativearm32:0.2.5")
Scala SBT
libraryDependencies += "org.kotlincrypto.macs" % "hmac-androidnativearm32" % "0.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.kotlincrypto.macs', module='hmac-androidnativearm32', version='0.2.5')
)
Apache Ivy
<dependency org="org.kotlincrypto.macs" name="hmac-androidnativearm32" rev="0.2.5" />
Leiningen
[org.kotlincrypto.macs/hmac-androidnativearm32 "0.2.5"]
Apache Buildr
'org.kotlincrypto.macs:hmac-androidnativearm32:jar:0.2.5'