Last Version

Commons Math 2.2

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.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-math
Version

Version

2.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://commons.apache.org/math/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-math 2.2


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.