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