k

kt-math-jvm

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