Files download
File Operation
kt-math-js-0.1.1.jar download
kt-math-js-0.1.1.pom download
kt-math-js-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gciatto</groupId>
  <artifactId>kt-math-js</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.gciatto:kt-math-js:0.1.1'
Gradle Kotlin
implementation("io.github.gciatto:kt-math-js:0.1.1")
Scala SBT
libraryDependencies += "io.github.gciatto" % "kt-math-js" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gciatto', module='kt-math-js', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.gciatto" name="kt-math-js" rev="0.1.1" />
Leiningen
[io.github.gciatto/kt-math-js "0.1.1"]
Apache Buildr
'io.github.gciatto:kt-math-js:jar:0.1.1'