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