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