Apache Commons Math Maven Dependency

This page gives you a quick reference to get apache Commons Math3 dependency for Maven or Gradle projects. You can also download the Apache Commons Math3 jar dependency, the link given at the "Download JAR File" section.
The Apache Commons 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.

Apache Commons Math Maven Dependency

Copy below Apache Commons Math maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-math3</artifactId>
    <version>3.6.1</version>
</dependency>

Apache Commons Math Gradle Dependency

Copy below Apache Commons Math Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.apache.commons/commons-math3
compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'

Download JAR File

Check for Latest Release

Reference





Comments