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