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