MVN

commons-math : commons-math

Maven & Gradle

Feb 25, 2008
42 usages

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.

<dependency>
    <groupId>commons-math</groupId>
    <artifactId>commons-math</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-math : commons-math to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of commons-math : commons-math to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040218.045431
commons-math-20040218.045431
20040118.003950
commons-math-20040118.003950
20040118.003354
commons-math-20040118.003354
1.2
commons-math-1.2
1.1
commons-math-1.1
1.0
commons-math-1.0

How to add a dependency to Maven

Add the following commons-math : commons-math maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>commons-math</groupId>
    <artifactId>commons-math</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-math : commons-math gradle dependency to your build.gradle file:

implementation 'commons-math:commons-math:1.2'

Gradle Kotlin DSL: Add the following commons-math : commons-math gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-math:commons-math:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-math : commons-math sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-math" % "commons-math" % "1.2"

Advertisement

Dependencies from Group

Feb 25, 2008
42 usages

Discover Dependencies

Feb 05, 2023
15 usages
776 stars
May 29, 2023
8 usages
537 stars
Jul 13, 2023
6 usages
82 stars
Sep 30, 2017
138 stars
May 16, 2015
2 usages
7 stars
May 28, 2015
2 usages
0 stars
Aug 13, 2016
1 usages
1 stars
Jan 25, 2016
2 usages
Jul 01, 2017
2 usages
4.5k stars