I need library for org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
and that means I need org.apache.common libraries. Where can I find or download the libraries?
I need library for org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
and that means I need org.apache.common libraries. Where can I find or download the libraries?
2
Answers
take a look at this site: findjar.com.
You can download binaries from the Apache Commons Math project:
http://commons.apache.org/proper/commons-math/
http://commons.apache.org/proper/commons-math/download_math.cgi
Another way is to convert the project to Maven and add Maven dependency in pom.xml.
Maven link:
https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.0
Maven will find it for you in the repositories and download automatically.
You can search for open-source libraries at https://mvnrepository.com. If you find the artifact there, you will have a link to the author website and license terms.