c

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.
http://commons.apache.org/math/
Albert Davidson Chou Mark Diggory Robert Burrell Donkin Tim O'Brien Luc Maisonobe J. Pietschmann Phil Steitz Brent Worden
Files download
File Operation
commons-math-1.2.jar download
commons-math-1.2.pom download
commons-math-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-math</groupId>
  <artifactId>commons-math</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'commons-math:commons-math:1.2'
Gradle Kotlin
implementation("commons-math:commons-math:1.2")
Scala SBT
libraryDependencies += "commons-math" % "commons-math" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='commons-math', module='commons-math', version='1.2')
)
Apache Ivy
<dependency org="commons-math" name="commons-math" rev="1.2" />
Leiningen
[commons-math/commons-math "1.2"]
Apache Buildr
'commons-math:commons-math:jar:1.2'