Commons Math

The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Лицензия

Лицензия

Группа

Группа

org.apache.commons
Идентификатор

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

commons-math
Последняя версия

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

2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Commons Math
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
Ссылка на сайт

Ссылка на сайт

http://commons.apache.org/math/
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать commons-math

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.4

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.2
2.1
2.0