Download commons-math3-3.1.1.jar file - Jar c

Jar examples for c:commons-math3

Description

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.

You can download jar file commons-math3 3.1.1 in this page.

License

Apache License

Build File

You can use the following script to add commons-math3-3.1.1.jar to your project.

<dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math3</artifactId>
   <version>3.1.1</version>
</dependency>
compile group: 'org.apache.commons', name: 'commons-math3', version: '3.1.1'
libraryDependencies += "org.apache.commons" % "commons-math3" % "3.1.1"
<dependency org="org.apache.commons" name="commons-math3" rev="3.1.1"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-math3', version='3.1.1'))
'org.apache.commons:commons-math3:jar:3.1.1'

Download

Click the following link to download the jar file.

commons-math3-3.1.1-javadoc.jar
commons-math3-3.1.1-sources.jar
commons-math3-3.1.1-test-sources.jar
commons-math3-3.1.1-tests.jar
commons-math3-3.1.1.jar
commons-math3-3.1.1.pom



Related Tutorials