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