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