Download commons-math-2.1.jar file - Jar c

Jar examples for c:commons-math

Description

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.

You can download jar file commons-math 2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-math-2.1.jar to your project.

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

Download

Click the following link to download the jar file.

commons-math-2.1-javadoc.jar
commons-math-2.1-sources.jar
commons-math-2.1.jar
commons-math-2.1.pom



Related Tutorials