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 Dimitri Pourbaix Phil Steitz Brent Worden Gilles Sadowski
Files download
File Operation
commons-math-2.1.jar download
commons-math-2.1.pom download
commons-math-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-math</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-math:2.1'
Gradle Kotlin
implementation("org.apache.commons:commons-math:2.1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-math" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-math', version='2.1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-math" rev="2.1" />
Leiningen
[org.apache.commons/commons-math "2.1"]
Apache Buildr
'org.apache.commons:commons-math:jar:2.1'