is not current version
Last Version 3.6.1

org.apache.commons:commons-math3 3.4

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.

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-math3
Version

Version

3.4
Type

Type

jar

Download commons-math3 3.4


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