is not current version
Last Version 1.0.7

io.github.starlangsoftware:Math 1.0.2

Simple Math Library

GroupId

GroupId

io.github.starlangsoftware
ArtifactId

ArtifactId

Math
Version

Version

1.0.2
Type

Type

jar

Download Math 1.0.2


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