License |
License |
---|---|
GroupId | GroupIdio.github.gciatto |
ArtifactId | ArtifactIdkt-math |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKt-Math
Kotlin multi-platform porting of Java's BigIntegers and BigDecimals
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kt-math-0.7.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gciatto/kt-math/ -->
<dependency>
<groupId>io.github.gciatto</groupId>
<artifactId>kt-math</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math/
implementation 'io.github.gciatto:kt-math:0.7.0'
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math/
implementation ("io.github.gciatto:kt-math:0.7.0")
'io.github.gciatto:kt-math:pom:0.7.0'
<dependency org="io.github.gciatto" name="kt-math" rev="0.7.0">
<artifact name="kt-math" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.gciatto', module='kt-math', version='0.7.0')
)
libraryDependencies += "io.github.gciatto" % "kt-math" % "0.7.0"
[io.github.gciatto/kt-math "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.7.0 |