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