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