k

kmath-functions-wasm

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