k

kmath-functions-jvm

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