is not current version
Last Version 0.7.0

io.github.gciatto:kt-math 0.1.4

Pure Kotlin porting of the java.math package

GroupId

GroupId

io.github.gciatto
ArtifactId

ArtifactId

kt-math
Version

Version

0.1.4
Type

Type

pom

Download kt-math 0.1.4

Filename Size
kt-math-0.1.4.pom
Browse

<!-- https://jarcasting.com/artifacts/io.github.gciatto/kt-math/ -->
<dependency>
    <groupId>io.github.gciatto</groupId>
    <artifactId>kt-math</artifactId>
    <version>0.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math/
implementation 'io.github.gciatto:kt-math:0.1.4'
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math/
implementation ("io.github.gciatto:kt-math:0.1.4")
'io.github.gciatto:kt-math:pom:0.1.4'
<dependency org="io.github.gciatto" name="kt-math" rev="0.1.4">
  <artifact name="kt-math" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.gciatto', module='kt-math', version='0.1.4')
)
libraryDependencies += "io.github.gciatto" % "kt-math" % "0.1.4"
[io.github.gciatto/kt-math "0.1.4"]