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