k

kt-math

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