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