org.apache.commons/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.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[org.apache.commons/commons-math "2.0"]

Clojure CLI/deps.edn

org.apache.commons/commons-math {:mvn/version "2.0"}

Gradle

implementation("org.apache.commons:commons-math:2.0")

Maven

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-math</artifactId>
  <version>2.0</version>
</dependency>