commons-math

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/
Bill Barker 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-2.0.jar download
commons-math-2.0.pom download
commons-math-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-math</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-math:2.0'
Gradle Kotlin
implementation("org.apache.commons:commons-math:2.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-math" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-math', version='2.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-math" rev="2.0" />
Leiningen
[org.apache.commons/commons-math "2.0"]
Apache Buildr
'org.apache.commons:commons-math:jar:2.0'