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