k

kt-math-js

Kotlin multi-platform porting of Java's BigIntegers and BigDecimals
https://github.com/gciatto/kt-math
GPL-2.0+CE
Giovanni Ciatto Giovanni Ciatto
Files download
File Operation
kt-math-js-0.8.2.pom download
kt-math-js-0.8.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gciatto</groupId>
  <artifactId>kt-math-js</artifactId>
  <version>0.8.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.gciatto:kt-math-js:0.8.2'
Gradle Kotlin
implementation("io.github.gciatto:kt-math-js:0.8.2")
Scala SBT
libraryDependencies += "io.github.gciatto" % "kt-math-js" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gciatto', module='kt-math-js', version='0.8.2')
)
Apache Ivy
<dependency org="io.github.gciatto" name="kt-math-js" rev="0.8.2" />
Leiningen
[io.github.gciatto/kt-math-js "0.8.2"]
Apache Buildr
'io.github.gciatto:kt-math-js:jar:0.8.2'