is not current version
Last Version 2.2

org.apache.commons:commons-math 2.1

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.

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-math
Version

Version

2.1
Type

Type

jar

Download commons-math 2.1


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