k

kmath-complex-wasm

kmath-complex
https://github.com/SciProgCentre/kmath
The Apache Software License, Version 2.0
Scientific programming centre
文件下载
文件名 操作
kmath-complex-wasm-0.3.1.pom 下载
kmath-complex-wasm-0.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>space.kscience</groupId>
  <artifactId>kmath-complex-wasm</artifactId>
  <version>0.3.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'space.kscience:kmath-complex-wasm:0.3.1'
Gradle Kotlin
implementation("space.kscience:kmath-complex-wasm:0.3.1")
Scala SBT
libraryDependencies += "space.kscience" % "kmath-complex-wasm" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='space.kscience', module='kmath-complex-wasm', version='0.3.1')
)
Apache Ivy
<dependency org="space.kscience" name="kmath-complex-wasm" rev="0.3.1" />
Leiningen
[space.kscience/kmath-complex-wasm "0.3.1"]
Apache Buildr
'space.kscience:kmath-complex-wasm:jar:0.3.1'