is not current version
Last Version 20040218.045431

commons-math:commons-math 1.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.

GroupId

GroupId

commons-math
ArtifactId

ArtifactId

commons-math
Version

Version

1.2
Type

Type

jar

Download commons-math 1.2


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