is not current version
Last Version 1.1.1

io.rala:math 1.0.1

This library is a collection of math classes to support calculations.

GroupId

GroupId

io.rala
ArtifactId

ArtifactId

math
Version

Version

1.0.1
Type

Type

jar

Download math 1.0.1


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