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
文件下载
文件名 操作
commons-math-2.2.jar 下载
commons-math-2.2.pom 下载
commons-math-2.2-sources.jar 下载
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'