文件下载
文件名 操作
kt-math-0.1.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.gciatto</groupId>
  <artifactId>kt-math</artifactId>
  <version>0.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.gciatto:kt-math:0.1.2'
Gradle Kotlin
implementation("io.github.gciatto:kt-math:0.1.2")
Scala SBT
libraryDependencies += "io.github.gciatto" % "kt-math" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gciatto', module='kt-math', version='0.1.2')
)
Apache Ivy
<dependency org="io.github.gciatto" name="kt-math" rev="0.1.2" />
Leiningen
[io.github.gciatto/kt-math "0.1.2"]
Apache Buildr
'io.github.gciatto:kt-math:jar:0.1.2'
本项目依赖
该项目无第三方依赖