не последняя версия
Последняя версия 1.1.1

io.rala:math 1.0.1

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

Группа

Группа

io.rala
Идентификатор

Идентификатор

math
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать math 1.0.1

Имя Файла Размер
math-1.0.1.pom
math-1.0.1-sources.jar 76 KB
math-1.0.1-javadoc.jar 973 KB
Обзор

<!-- 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"]