Apache Commons Math

The Apache Commons 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-math3
Last Version

Last Version

3.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Math
The Apache Commons 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/proper/commons-math/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-math3

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
3.6.1
3.6
3.5
3.4.1
3.4
3.3
3.2
3.1.1
3.1
3.0