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