| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-math-2.2.pom | |
| commons-math-2.2.jar | 965 KB |
| commons-math-2.2-sources.jar | 1 MB |
| commons-math-2.2-javadoc.jar | 5 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |